- Updated HTML test outputs
- Fixed taht f....g problem with C++ and includes,
Daniel
diff --git a/SAX.h b/SAX.h
index 09ccf3f..bbd0f96 100644
--- a/SAX.h
+++ b/SAX.h
@@ -7,14 +7,14 @@
  */
 
 
+#ifndef __XML_SAX_H__
+#define __XML_SAX_H__
+
 #include <stdio.h>
 #include <stdlib.h>
 #include "parser.h"
 #include "xlink.h"
 
-#ifndef __XML_SAX_H__
-#define __XML_SAX_H__
-
 #ifdef __cplusplus
 #define extern "C" {
 #endif