Fix #include ordering.
This commit is contained in:
@ -17,12 +17,17 @@
|
|||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
* 02110-1301 USA
|
* 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
#include "eek/eek-xml.h"
|
|
||||||
#include "eek/eek-xkl.h"
|
|
||||||
|
|
||||||
/* For gdk_x11_display_get_xdisplay(). See main(). */
|
/* For gdk_x11_display_get_xdisplay(). See main(). */
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "config.h"
|
||||||
|
#endif /* HAVE_CONFIG_H */
|
||||||
|
|
||||||
|
#include "eek/eek-xml.h"
|
||||||
|
#include "eek/eek-xkl.h"
|
||||||
|
|
||||||
static void
|
static void
|
||||||
test_output_parse (void)
|
test_output_parse (void)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user