diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-06 15:30:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-06 15:30:44 +0300 |
commit | b3fb470b1c14f2ca7832531df1f99c9fd730c317 (patch) | |
tree | 915c969d56c40f02f778b865341cf0a4bf03c682 /src/gui/windows/connectiondialog.h | |
parent | 5b0506f5c2c43b155ad18eb346bf381b447f1281 (diff) | |
download | plus-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.h | 2 |
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" |