diff --git a/src/crypto/blowfish.h b/src/crypto/blowfish.h index d9d1932..e2afeb9 100644 --- a/src/crypto/blowfish.h +++ b/src/crypto/blowfish.h @@ -24,7 +24,6 @@ #ifndef BLOWFISH_H #define BLOWFISH_H -#include "global.h" #include //#include #include diff --git a/src/global.h b/src/global.h deleted file mode 100644 index e9b952f..0000000 --- a/src/global.h +++ /dev/null @@ -1,3 +0,0 @@ - -#define KEEPASS_LITTLE_ENDIAN -//#define KEEPASS_BIG_ENDIAN diff --git a/src/keepassx.h b/src/keepassx.h index 8670b76..a0524c6 100644 --- a/src/keepassx.h +++ b/src/keepassx.h @@ -30,6 +30,9 @@ #define BUILTIN_ICONS 69 +#define KEEPASS_LITTLE_ENDIAN +//#define KEEPASS_BIG_ENDIAN + // often used, stable header files for pch #ifdef __cplusplus diff --git a/src/src.pro b/src/src.pro index 15f1a7c..4ed8de9 100644 --- a/src/src.pro +++ b/src/src.pro @@ -187,7 +187,6 @@ TRANSLATIONS = $$TRANSLATIONS_KX $$TRANSLATIONS_DISABLED translations/keepassx-x #TRANSLATIONS_COMPILE = $$TRANSLATIONS_KX $$TRANSLATIONS_QT HEADERS += main.h \ - global.h \ mainwindow.h \ KpxConfig.h \ Database.h \