diff options
Diffstat (limited to 'gtk/gtkfilechooser.c')
-rw-r--r-- | gtk/gtkfilechooser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index 23d3024eb0..aaa7382fab 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -20,8 +20,8 @@ #include "gtkfilechooser.h" #include "gtkfilechooserprivate.h" -#include "gtkfilechooserenums.h" #include "gtkfilesystem.h" +#include "gtktypebuiltins.h" #define _(str) (str) |