diff options
Diffstat (limited to 'notes/e-note.c')
-rw-r--r-- | notes/e-note.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/notes/e-note.c b/notes/e-note.c index 998acd24f0..89c4497e14 100644 --- a/notes/e-note.c +++ b/notes/e-note.c @@ -4,9 +4,9 @@ #include <gnome.h> #include <gdk/gdkx.h> -#include "e-util/e-canvas.h" -#include "e-util/e-util.h" -#include "widgets/e-text/e-text.h" +#include <gal/widgets/e-canvas.h> +#include <gal/util/e-util.h> +#include <gal/e-text/e-text.h> #include "e-note.h" #include "e-bevel-button.h" |