summaryrefslogtreecommitdiff
path: root/examples/gtkIvyButton.c
diff options
context:
space:
mode:
authorfourdan2006-05-18 11:18:01 +0000
committerfourdan2006-05-18 11:18:01 +0000
commite39e89e48f8d6afd91566ac5e039e99545045a86 (patch)
treef912c314bdaea4154cc96ad8200aadc27642ab78 /examples/gtkIvyButton.c
parentb02be4dbe1a5cfb7b057e440e23cfc8999d2c924 (diff)
downloadivy-c-e39e89e48f8d6afd91566ac5e039e99545045a86.zip
ivy-c-e39e89e48f8d6afd91566ac5e039e99545045a86.tar.gz
ivy-c-e39e89e48f8d6afd91566ac5e039e99545045a86.tar.bz2
ivy-c-e39e89e48f8d6afd91566ac5e039e99545045a86.tar.xz
Rework the Makefile for cleaner installation, redo the debian packaging administration files for better lib/dev files splitting, move the Ivy header files to a new Ivy/ subdir to avoid conflicts with other existing system headers (beware, that *will* break existing code that needs to look in the the new path for headers inclusion)
Diffstat (limited to 'examples/gtkIvyButton.c')
-rw-r--r--examples/gtkIvyButton.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/gtkIvyButton.c b/examples/gtkIvyButton.c
index aba5ea7..e4c7a1a 100644
--- a/examples/gtkIvyButton.c
+++ b/examples/gtkIvyButton.c
@@ -1,8 +1,8 @@
-#include <gtk/gtk.h>
-#include <ivy.h>
-#include <ivyglibloop.h>
#include <stdio.h>
#include <stdlib.h>
+#include <gtk/gtk.h>
+#include <Ivy/ivy.h>
+#include <Ivy/ivyglibloop.h>