Changes to introspection generation to remove DOCTYPE and XML
[platform/core/uifw/at-spi2-atk.git] / test / stress-test.c
index a30dd40..3264d5f 100644 (file)
@@ -30,7 +30,7 @@
 #include <atk/atknoopobject.h>
 #include <bonobo-activation/bonobo-activation-register.h>
 #include <bonobo/bonobo-main.h>
-#include <libspi.h>
+#include <libspi/libspi.h>
 
 int
 main (int argc, char **argv)
@@ -43,7 +43,6 @@ main (int argc, char **argv)
        GObject *object;
        AtkObject *atko;
        GTimer *timer;
-       gdouble elapsed_time;
 
        gtk_init (&argc, &argv);
        SPI_init ();
@@ -55,7 +54,7 @@ main (int argc, char **argv)
        g_print ("starting stress test...\n");
 
        CORBA_exception_init (&ev);
-       
+
        registry = bonobo_activation_activate_from_id (
                "OAFIID:Accessibility_Registry:1.0", 0, NULL, &ev);