- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/TextUI/TextDialog.cpp
re5c0a1 rbf3817 6 6 */ 7 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 8 13 #include "Helpers/MemDebug.hpp" 9 14 … … 19 24 #include "World.hpp" 20 25 #include "periodentafel.hpp" 21 #include " log.hpp"22 #include " verbose.hpp"26 #include "Helpers/Log.hpp" 27 #include "Helpers/Verbose.hpp" 23 28 24 29 #include "atom.hpp" 25 30 #include "element.hpp" 26 31 #include "molecule.hpp" 27 #include " vector.hpp"28 #include " Matrix.hpp"32 #include "LinearAlgebra/Vector.hpp" 33 #include "LinearAlgebra/Matrix.hpp" 29 34 #include "Box.hpp" 35 36 #include <boost/lexical_cast.hpp> 30 37 31 38 using namespace std; … … 523 530 } 524 531 } 532 525 533 return true; 526 534 }
Note:
See TracChangeset
for help on using the changeset viewer.