Change for new libcifpp

This commit is contained in:
Maarten L. Hekkelman
2026-02-18 16:34:01 +01:00
parent a4182f880d
commit 33f9b45ae5
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@
/// \file DSSP.hpp
/// Calculate DSSP-like secondary structure information.
#include <cif++.hpp>
#include <cif++/cif++.hpp>
#include <filesystem>
#include <iterator>

View File

@@ -31,7 +31,7 @@
#include "revision.hpp"
#include <algorithm>
#include <cif++.hpp>
#include <cif++/cif++.hpp>
#include <cif++/dictionary_parser.hpp>
#include <cif++/row.hpp>
#include <format>

View File

@@ -33,7 +33,7 @@
#include <fstream>
#include <iostream>
#include <cif++.hpp>
#include <cif++/cif++.hpp>
#include <mcfp/mcfp.hpp>
#include "dssp.hpp"