summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-06 15:30:44 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-06 15:30:44 +0300
commitb3fb470b1c14f2ca7832531df1f99c9fd730c317 (patch)
tree915c969d56c40f02f778b865341cf0a4bf03c682 /src/client.h
parent5b0506f5c2c43b155ad18eb346bf381b447f1281 (diff)
downloadplus-b3fb470b1c14f2ca7832531df1f99c9fd730c317.tar.gz
plus-b3fb470b1c14f2ca7832531df1f99c9fd730c317.tar.bz2
plus-b3fb470b1c14f2ca7832531df1f99c9fd730c317.tar.xz
plus-b3fb470b1c14f2ca7832531df1f99c9fd730c317.zip
Move state.h into enums directory.
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h
index b6e92fa90..29dca9ad7 100644
--- a/src/client.h
+++ b/src/client.h
@@ -23,7 +23,7 @@
#ifndef CLIENT_H
#define CLIENT_H
-#include "state.h"
+#include "enums/state.h"
#include "listeners/actionlistener.h"
#include "listeners/configlistener.h"