# | Line 22 | Line 22 | |
---|---|---|
22 | ||
23 | \*******************************************************************/ | |
24 | ||
25 | < | #include <protomol/base/Exception.h> |
25 | > | #include "utils/Exception.hpp" |
26 | ||
27 | #ifdef HAVE_DEBUGGER | |
28 | < | #include <protomol/debug/Debugger.h> |
29 | < | #include <protomol/debug/Process.h> |
30 | < | #include <protomol/type/String.h> |
28 | > | #include "debug/Debugger.hpp" |
29 | > | #include "debug/Process.hpp" |
30 | > | //#include "type/String.h" |
31 | ||
32 | #include <sys/time.h> | |
33 | #include <sys/resource.h> | |
# | Line 42 | Line 42 | using namespace std; | |
42 | #include <sstream> | |
43 | ||
44 | using namespace std; | |
45 | < | using namespace ProtoMol; |
45 | > | using namespace OpenMD; |
46 | ||
47 | string Debugger::executableName; | |
48 | int Debugger::numTraces = 0; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |