diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-24 15:55:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-24 15:56:56 +0300 |
commit | 500bcec44d40ee72873cf16d09c5a0b268825a41 (patch) | |
tree | 5c3c34e1b87a1f63bb6c4c73dacac24008b7e013 /src/gui | |
parent | 351e16d2f290a5b30981b7beae87d5d8a1a30662 (diff) | |
download | plus-500bcec44d40ee72873cf16d09c5a0b268825a41.tar.gz plus-500bcec44d40ee72873cf16d09c5a0b268825a41.tar.bz2 plus-500bcec44d40ee72873cf16d09c5a0b268825a41.tar.xz plus-500bcec44d40ee72873cf16d09c5a0b268825a41.zip |
Move simpletypes.h into directory simpletypes.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/dialogsmanager.h | 2 | ||||
-rw-r--r-- | src/gui/widgets/dropdown.h | 2 | ||||
-rw-r--r-- | src/gui/widgets/inttextfield.h | 2 | ||||
-rw-r--r-- | src/gui/widgets/popuplist.h | 2 | ||||
-rw-r--r-- | src/gui/widgets/skillinfo.h | 2 | ||||
-rw-r--r-- | src/gui/widgets/window.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/gui/dialogsmanager.h b/src/gui/dialogsmanager.h index ec4ce12a1..4f8780cb4 100644 --- a/src/gui/dialogsmanager.h +++ b/src/gui/dialogsmanager.h @@ -23,7 +23,7 @@ #ifndef GUI_DIALOGSMANAGER_H #define GUI_DIALOGSMANAGER_H -#include "enums/simpletypes.h" +#include "enums/simpletypes/simpletypes.h" #include "listeners/attributelistener.h" #include "listeners/playerdeathlistener.h" diff --git a/src/gui/widgets/dropdown.h b/src/gui/widgets/dropdown.h index 391a49873..979ba024c 100644 --- a/src/gui/widgets/dropdown.h +++ b/src/gui/widgets/dropdown.h @@ -23,7 +23,7 @@ #ifndef GUI_WIDGETS_DROPDOWN_H #define GUI_WIDGETS_DROPDOWN_H -#include "enums/simpletypes.h" +#include "enums/simpletypes/simpletypes.h" #include "gui/widgets/basiccontainer.h" diff --git a/src/gui/widgets/inttextfield.h b/src/gui/widgets/inttextfield.h index 04f34b393..91fe7957d 100644 --- a/src/gui/widgets/inttextfield.h +++ b/src/gui/widgets/inttextfield.h @@ -23,7 +23,7 @@ #ifndef GUI_WIDGETS_INTTEXTFIELD_H #define GUI_WIDGETS_INTTEXTFIELD_H -#include "enums/simpletypes.h" +#include "enums/simpletypes/simpletypes.h" #include "gui/widgets/textfield.h" diff --git a/src/gui/widgets/popuplist.h b/src/gui/widgets/popuplist.h index a15701d57..fa59107af 100644 --- a/src/gui/widgets/popuplist.h +++ b/src/gui/widgets/popuplist.h @@ -21,7 +21,7 @@ #ifndef GUI_WIDGETS_POPUPLIST_H #define GUI_WIDGETS_POPUPLIST_H -#include "enums/simpletypes.h" +#include "enums/simpletypes/simpletypes.h" #include "gui/widgets/popup.h" diff --git a/src/gui/widgets/skillinfo.h b/src/gui/widgets/skillinfo.h index 9cec3aa49..cfe571f37 100644 --- a/src/gui/widgets/skillinfo.h +++ b/src/gui/widgets/skillinfo.h @@ -23,7 +23,7 @@ #ifndef GUI_WIDGETS_SKILLINFO_H #define GUI_WIDGETS_SKILLINFO_H -#include "enums/simpletypes.h" +#include "enums/simpletypes/simpletypes.h" #include "gui/color.h" diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h index 83f88f726..a812e135a 100644 --- a/src/gui/widgets/window.h +++ b/src/gui/widgets/window.h @@ -66,7 +66,7 @@ #ifndef GUI_WIDGETS_WINDOW_H #define GUI_WIDGETS_WINDOW_H -#include "enums/simpletypes.h" +#include "enums/simpletypes/simpletypes.h" #include "listeners/mouselistener.h" #include "listeners/widgetlistener.h" |