summaryrefslogtreecommitdiff
path: root/project2/common/variables
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2013-04-04 23:07:21 +0000
committerrandomdan <randomdan@localhost>2013-04-04 23:07:21 +0000
commit3876f59b7c32573475c86f3cd135239fbb41da20 (patch)
tree1b2f902bdc2c0e460d6e2c80ef21010f8ba31d8d /project2/common/variables
parentSplit variable and variabletype code into separate files (diff)
downloadproject2-3876f59b7c32573475c86f3cd135239fbb41da20.tar.bz2
project2-3876f59b7c32573475c86f3cd135239fbb41da20.tar.xz
project2-3876f59b7c32573475c86f3cd135239fbb41da20.zip
Fix pch header inclusions and missing headers for no-pch building
Diffstat (limited to 'project2/common/variables')
-rw-r--r--project2/common/variables/config.cpp2
-rw-r--r--project2/common/variables/localparam.cpp2
-rw-r--r--project2/common/variables/lookup.cpp2
-rw-r--r--project2/common/variables/param.cpp2
-rw-r--r--project2/common/variables/session.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/project2/common/variables/config.cpp b/project2/common/variables/config.cpp
index 51759d5..5b38713 100644
--- a/project2/common/variables/config.cpp
+++ b/project2/common/variables/config.cpp
@@ -1,4 +1,4 @@
-#include <pch.hpp>
+#include "../pch.hpp"
#include "../variables.h"
#include "../scriptLoader.h"
#include "../scriptStorage.h"
diff --git a/project2/common/variables/localparam.cpp b/project2/common/variables/localparam.cpp
index 1b789a7..2f09b08 100644
--- a/project2/common/variables/localparam.cpp
+++ b/project2/common/variables/localparam.cpp
@@ -1,4 +1,4 @@
-#include <pch.hpp>
+#include "../pch.hpp"
#include "../variables.h"
#include "../scriptLoader.h"
#include "../scriptStorage.h"
diff --git a/project2/common/variables/lookup.cpp b/project2/common/variables/lookup.cpp
index 892968e..41326c2 100644
--- a/project2/common/variables/lookup.cpp
+++ b/project2/common/variables/lookup.cpp
@@ -1,4 +1,4 @@
-#include <pch.hpp>
+#include "../pch.hpp"
#include "../variables.h"
#include "../safeMapFind.h"
#include "../logger.h"
diff --git a/project2/common/variables/param.cpp b/project2/common/variables/param.cpp
index 7292b0a..c985868 100644
--- a/project2/common/variables/param.cpp
+++ b/project2/common/variables/param.cpp
@@ -1,4 +1,4 @@
-#include <pch.hpp>
+#include "../pch.hpp"
#include "../variables.h"
#include "../scriptLoader.h"
#include "../scriptStorage.h"
diff --git a/project2/common/variables/session.cpp b/project2/common/variables/session.cpp
index fc33d8e..2e26a12 100644
--- a/project2/common/variables/session.cpp
+++ b/project2/common/variables/session.cpp
@@ -1,4 +1,4 @@
-#include <pch.hpp>
+#include "../pch.hpp"
#include "../variables.h"
#include "../scriptLoader.h"
#include "../scriptStorage.h"