summaryrefslogtreecommitdiff
path: root/src/modules/database
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/database')
-rw-r--r--src/modules/database/database.cpp2
-rw-r--r--src/modules/database/dbini.cpp2
-rw-r--r--src/modules/database/dblists.cpp2
-rw-r--r--src/modules/database/dbutils.cpp2
-rw-r--r--src/modules/database/profilemanager.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/modules/database/database.cpp b/src/modules/database/database.cpp
index 9c9aab8146..904fea37b6 100644
--- a/src/modules/database/database.cpp
+++ b/src/modules/database/database.cpp
@@ -20,7 +20,7 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "commonheaders.h"
+#include "..\..\core\commonheaders.h"
#include "profilemanager.h"
#include "../srfile/file.h"
diff --git a/src/modules/database/dbini.cpp b/src/modules/database/dbini.cpp
index 46b622f2a9..b1051236f8 100644
--- a/src/modules/database/dbini.cpp
+++ b/src/modules/database/dbini.cpp
@@ -21,7 +21,7 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "commonheaders.h"
+#include "..\..\core\commonheaders.h"
#include "../srfile/file.h"
static bool bModuleInitialized = false;
diff --git a/src/modules/database/dblists.cpp b/src/modules/database/dblists.cpp
index 02332ab283..491a6ed33b 100644
--- a/src/modules/database/dblists.cpp
+++ b/src/modules/database/dblists.cpp
@@ -21,7 +21,7 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "commonheaders.h"
+#include "..\..\core\commonheaders.h"
/* a simple sorted list implementation */
diff --git a/src/modules/database/dbutils.cpp b/src/modules/database/dbutils.cpp
index 1e73ddd18e..7d644b02eb 100644
--- a/src/modules/database/dbutils.cpp
+++ b/src/modules/database/dbutils.cpp
@@ -21,7 +21,7 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "commonheaders.h"
+#include "..\..\core\commonheaders.h"
#include "profilemanager.h"
static int CompareEventTypes( const DBEVENTTYPEDESCR* p1, const DBEVENTTYPEDESCR* p2 )
diff --git a/src/modules/database/profilemanager.cpp b/src/modules/database/profilemanager.cpp
index 06cd356d7c..67d100b3cd 100644
--- a/src/modules/database/profilemanager.cpp
+++ b/src/modules/database/profilemanager.cpp
@@ -21,7 +21,7 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "commonheaders.h"
+#include "..\..\core\commonheaders.h"
#include "profilemanager.h"
#include <sys/stat.h>