diff options
| -rw-r--r-- | server/src/macroheaderparser.cc | 9 | 
1 files changed, 2 insertions, 7 deletions
| diff --git a/server/src/macroheaderparser.cc b/server/src/macroheaderparser.cc index 967ed86..e9748b1 100644 --- a/server/src/macroheaderparser.cc +++ b/server/src/macroheaderparser.cc @@ -25,9 +25,7 @@   *  along with Pracro; if not, write to the Free Software   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.   */ -#include "debug.h"  #include "macroheaderparser.h" -#include "configuration.h"  #include <stdio.h> @@ -43,14 +41,11 @@  // For vprintf and friends  #include <stdarg.h> -#ifndef XML -// For XML -#include <config.h> -#endif/*XML*/ -  #include <errno.h>  #include <string.h> +#include "debug.h" +#include "configuration.h"  #include "exception.h"  void MacroHeaderParser::error(const char* fmt, ...) | 
