diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-12-04 19:05:58 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-12-04 19:05:58 (GMT) |
commit | c476dae9b50d6ff218e903e3f8d40ad51003fa40 (patch) | |
tree | 5f3f53037c88c1f5762fef54dc21ac4be7b324ce /src/gui/panels | |
parent | 3b4cdd10d6adf9155054989f41bb32759a9541c5 (diff) |
Moved all files related to the GUI into the 'gui' directory.
Diffstat (limited to 'src/gui/panels')
-rw-r--r-- | src/gui/panels/strings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/panels/strings.c b/src/gui/panels/strings.c index ff6bf05..a6ff7ca 100644 --- a/src/gui/panels/strings.c +++ b/src/gui/panels/strings.c @@ -29,9 +29,9 @@ #include "panel-int.h" +#include "../dialogs/gotox.h" #include "../../common/extstr.h" #include "../../core/params.h" -#include "../../dialogs/gotox.h" #include "../../gtkext/easygtk.h" #include "../../gtkext/gtkdockable-int.h" |