summaryrefslogtreecommitdiffstats
path: root/sigencore/Client.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-02-23 17:57:24 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-02-23 17:57:38 -0500
commit5db5087bb25a07fee28b0cc2dfc247a2ec2c8a5c (patch)
tree0c2e6310fe76578186170a928852a557b819290c /sigencore/Client.h
parent96f796df64c4c94d067386e1abe44a5ab98ab71a (diff)
downloadsigen-5db5087bb25a07fee28b0cc2dfc247a2ec2c8a5c.tar.gz
sigen-5db5087bb25a07fee28b0cc2dfc247a2ec2c8a5c.tar.xz
sigen-5db5087bb25a07fee28b0cc2dfc247a2ec2c8a5c.zip
Fixed sigencore includes to use <> where possible
Diffstat (limited to 'sigencore/Client.h')
-rw-r--r--sigencore/Client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigencore/Client.h b/sigencore/Client.h
index e3627a58..9ec0fc30 100644
--- a/sigencore/Client.h
+++ b/sigencore/Client.h
@@ -22,7 +22,7 @@
#include "Global.h"
// Sigscript includes
-#include "../sigscript/Config.h"
+#include <sigscript/Config.h>
// Forward declarations
namespace Sigscript