Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / ETL / trunk / ETL / etl_config.h
index 9be9f00..4e1be8d 100644 (file)
@@ -3,17 +3,13 @@
 #ifndef __ETL_CONFIG_H
 #define __ETL_CONFIG_H
 
-#include "etl_profile.h"
+#include <etl_profile.h>
 #include <utility>
 
 #ifndef ETL_NAMESPACE
 # define ETL_NAMESPACE                         etl
 #endif
 
-#if defined(WORDS_BIGENDIAN) && !defined(ETL_BIGENDIAN)
-#define ETL_BIGENDIAN
-#endif
-
 #ifdef WIN32
 #define ETL_DIRECTORY_SEPARATOR                '\\'
 #else