| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | < | #include <protomol/debug/Backtrace.h> | 
| 2 | < | #include <protomol/config.h> | 
| 1 | > | #include "debug/Backtrace.hpp" | 
| 2 | > | #include "config.h" | 
| 3 | ||
| 4 | #ifdef HAVE_BACKTRACE | |
| 5 | #include <execinfo.h> | |
| 6 | ||
| 7 | using namespace std; | |
| 8 | < | using namespace ProtoMol; | 
| 8 | > | using namespace OpenMD; | 
| 9 | ||
| 10 | #define MAX_STACK 256 | |
| 11 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |