diff --git a/triqs/gfs/deprecated/re_im_time.hpp b/triqs/gfs/deprecated/re_im_time.hpp index b81392ab..4d313d53 100644 --- a/triqs/gfs/deprecated/re_im_time.hpp +++ b/triqs/gfs/deprecated/re_im_time.hpp @@ -20,11 +20,11 @@ ******************************************************************************/ #ifndef TRIQS_GF_RE_IM_TIMES_H #define TRIQS_GF_RE_IM_TIMES_H -#include "./tools.hpp" -#include "./gf.hpp" -#include "./retime.hpp" -#include "./imtime.hpp" -#include "./meshes/product.hpp" +#include "../tools.hpp" +#include "../gf.hpp" +#include "../retime.hpp" +#include "../imtime.hpp" +#include "../meshes/product.hpp" namespace triqs { namespace gfs { @@ -97,8 +97,8 @@ namespace triqs { namespace gfs { } // gfs_implementation // CHANGE THIS NAME !!! - template - void assign_from_expression (gf_impl const &, RHS) {} + template + void assign_from_expression (gf_impl const &, RHS) {} //slices inline gf_view slice_mesh_imtime (gf_view g, size_t index) { diff --git a/triqs/gfs/deprecated/two_real_times.hpp b/triqs/gfs/deprecated/two_real_times.hpp index 8ff5f724..3cad1917 100644 --- a/triqs/gfs/deprecated/two_real_times.hpp +++ b/triqs/gfs/deprecated/two_real_times.hpp @@ -20,10 +20,10 @@ ******************************************************************************/ #ifndef TRIQS_GF_TWO_TIMES_H #define TRIQS_GF_TWO_TIMES_H -#include "./tools.hpp" -#include "./gf.hpp" -#include "./retime.hpp" -#include "./meshes/product.hpp" +#include "../tools.hpp" +#include "../gf.hpp" +#include "../retime.hpp" +#include "../meshes/product.hpp" namespace triqs { namespace gfs {