Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
squeekboard
Commits
b2ad88bd
Commit
b2ad88bd
authored
Feb 01, 2011
by
Daiki Ueno
Browse files
Fix #include ordering.
parent
e999883c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/eek-xml-test.c
View file @
b2ad88bd
...
...
@@ -17,12 +17,17 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA
*/
#include "eek/eek-xml.h"
#include "eek/eek-xkl.h"
/* For gdk_x11_display_get_xdisplay(). See main(). */
#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
test_output_parse
(
void
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment