summaryrefslogtreecommitdiff
path: root/src/gui/windows/connectiondialog.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/gui/windows/connectiondialog.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/gui/windows/connectiondialog.h')
-rw-r--r--src/gui/windows/connectiondialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/connectiondialog.h b/src/gui/windows/connectiondialog.h
index c1a3ece72..39c802c3a 100644
--- a/src/gui/windows/connectiondialog.h
+++ b/src/gui/windows/connectiondialog.h
@@ -23,7 +23,7 @@
#ifndef GUI_WINDOWS_CONNECTIONDIALOG_H
#define GUI_WINDOWS_CONNECTIONDIALOG_H
-#include "state.h"
+#include "enums/state.h"
#include "gui/widgets/window.h"