diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-06-17 13:03:12 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-06-17 13:03:12 (GMT) |
commit | 2cb3d9035ef9859570bf8facb1a2cc935743b0b6 (patch) | |
tree | 6ad51a7343ac133f6937228e91ca3401f9571324 /src/gui/dialogs | |
parent | d152af2b8883fb101cfbdc607601cb963f40db4a (diff) |
Got access to external files thanks to new core functions.
Diffstat (limited to 'src/gui/dialogs')
-rw-r--r-- | src/gui/dialogs/about.c | 2 | ||||
-rw-r--r-- | src/gui/dialogs/gotox.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/dialogs/about.c b/src/gui/dialogs/about.c index 7e62269..0acba30 100644 --- a/src/gui/dialogs/about.c +++ b/src/gui/dialogs/about.c @@ -33,8 +33,8 @@ #include <i18n.h> +#include "../../core/paths.h" #include "../../gtkext/easygtk.h" -#include "../../gtkext/support.h" diff --git a/src/gui/dialogs/gotox.c b/src/gui/dialogs/gotox.c index 7ae1244..d9a9979 100644 --- a/src/gui/dialogs/gotox.c +++ b/src/gui/dialogs/gotox.c @@ -31,10 +31,10 @@ #include <i18n.h> +#include "../../core/paths.h" #include "../../format/format.h" #include "../../format/symiter.h" #include "../../gtkext/easygtk.h" -#include "../../gtkext/support.h" |