version: fix #include order
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
a5806d5e61
commit
a921f60510
|
@ -22,14 +22,14 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#ifndef WITH_IMLIB2
|
|
||||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "common/version.h"
|
#include "common/version.h"
|
||||||
#include "awesome-version-internal.h"
|
#include "awesome-version-internal.h"
|
||||||
|
|
||||||
|
#ifndef WITH_IMLIB2
|
||||||
|
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/** \brief Print version message and quit program.
|
/** \brief Print version message and quit program.
|
||||||
* \param executable program name
|
* \param executable program name
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue