Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/TextUI/TextDialog.cpp

    re5c0a1 rbf3817  
    66 */
    77
     8// include config.h
     9#ifdef HAVE_CONFIG_H
     10#include <config.h>
     11#endif
     12
    813#include "Helpers/MemDebug.hpp"
    914
     
    1924#include "World.hpp"
    2025#include "periodentafel.hpp"
    21 #include "log.hpp"
    22 #include "verbose.hpp"
     26#include "Helpers/Log.hpp"
     27#include "Helpers/Verbose.hpp"
    2328
    2429#include "atom.hpp"
    2530#include "element.hpp"
    2631#include "molecule.hpp"
    27 #include "vector.hpp"
    28 #include "Matrix.hpp"
     32#include "LinearAlgebra/Vector.hpp"
     33#include "LinearAlgebra/Matrix.hpp"
    2934#include "Box.hpp"
     35
     36#include <boost/lexical_cast.hpp>
    3037
    3138using namespace std;
     
    523530    }
    524531  }
     532
    525533  return true;
    526534}
Note: See TracChangeset for help on using the changeset viewer.