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/glibext | |
parent | d152af2b8883fb101cfbdc607601cb963f40db4a (diff) |
Got access to external files thanks to new core functions.
Diffstat (limited to 'src/glibext')
-rw-r--r-- | src/glibext/gbufferline.c | 2 | ||||
-rw-r--r-- | src/glibext/linesegment.c | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/glibext/gbufferline.c b/src/glibext/gbufferline.c index 7c49163..95af21a 100644 --- a/src/glibext/gbufferline.c +++ b/src/glibext/gbufferline.c @@ -32,7 +32,7 @@ #include "chrysamarshal.h" #include "linecolumn.h" #include "../common/extstr.h" -#include "../gtkext/support.h" +#include "../core/paths.h" diff --git a/src/glibext/linesegment.c b/src/glibext/linesegment.c index 7f1afa4..373d744 100644 --- a/src/glibext/linesegment.c +++ b/src/glibext/linesegment.c @@ -30,11 +30,12 @@ #include <stdbool.h> #include <stdlib.h> #include <string.h> +#include <gtk/gtk.h> #include "../common/extstr.h" #include "../common/fnv1a.h" -#include "../gtkext/support.h" +#include "../core/paths.h" |