Don't include gtkfilechooserprivate.h from the file chooser's tests

We will make that file a fully private header; the tests have no
business poking inside the file chooser's internals at this point.
This commit is contained in:
Federico Mena Quintero 2013-04-11 20:40:05 -05:00
parent d3985dec1d
commit 9a3bc21dc9

View File

@ -33,7 +33,6 @@
#include <string.h>
#include <glib/gprintf.h>
#include <gtk/gtk.h>
#include "gtk/gtkfilechooserprivate.h"
#include "gtk/gtkfilechooserdefault.h"
#include "gtk/gtkfilechooserentry.h"