diff options
Diffstat (limited to 'gtk/gtkhruler.c')
-rw-r--r-- | gtk/gtkhruler.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/gtkhruler.c b/gtk/gtkhruler.c index b4997c8957..f88dad5f27 100644 --- a/gtk/gtkhruler.c +++ b/gtk/gtkhruler.c @@ -28,8 +28,8 @@ #include <math.h> #include <glib/gprintf.h> #include <string.h> -#include "gtkalias.h" #include "gtkhruler.h" +#include "gtkalias.h" #define RULER_HEIGHT 14 @@ -326,3 +326,6 @@ gtk_hruler_draw_pos (GtkRuler *ruler) } } } + +#define __GTK_HRULER_C__ +#include "gtkaliasdef.c" |