diff options
Diffstat (limited to 'examples/hildon-touch-selector-entry-example.c')
-rw-r--r-- | examples/hildon-touch-selector-entry-example.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/hildon-touch-selector-entry-example.c b/examples/hildon-touch-selector-entry-example.c index fd71ad6..06619e6 100644 --- a/examples/hildon-touch-selector-entry-example.c +++ b/examples/hildon-touch-selector-entry-example.c @@ -18,10 +18,10 @@ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include <glib.h> -#include <gtk/gtk.h> +#include <glib.h> +#include <gtk/gtk.h> -#include "hildon.h" +#include "hildon.h" static const gchar* artists [] = { "AC/DC", |