diff options
author | deva <deva> | 2010-07-06 08:27:54 +0000 |
---|---|---|
committer | deva <deva> | 2010-07-06 08:27:54 +0000 |
commit | 79ac4d97bc05b5d85f41957f53cfc1fe01ae8a7c (patch) | |
tree | 6bc145a7e5a83dc2d7572f760b81c0bbb33fa2c7 /server/src/macrotool/macrotool.cc | |
parent | a45c86f146667ddc9b451cff348b3315842093c0 (diff) |
File renames
Diffstat (limited to 'server/src/macrotool/macrotool.cc')
-rw-r--r-- | server/src/macrotool/macrotool.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/src/macrotool/macrotool.cc b/server/src/macrotool/macrotool.cc index c41bc9a..6d484ad 100644 --- a/server/src/macrotool/macrotool.cc +++ b/server/src/macrotool/macrotool.cc @@ -42,9 +42,9 @@ #include "debug.h" -#include "macrotool_dump.h" -#include "macrotool_fieldnames.h" -#include "macrotool_filehandler.h" +#include "dump.h" +#include "fieldnames.h" +#include "filehandler.h" static const char version_str[] = "Pracro server v" VERSION "\n" |