[daemon-fix] fixed querying about name information
[platform/upstream/dbus.git] / test / marshal.c
index e65ee7c..e71b728 100644 (file)
@@ -30,7 +30,6 @@
 #include <string.h>
 
 #include <dbus/dbus.h>
-#include <dbus/dbus-glib-lowlevel.h>
 
 typedef struct {
     DBusError e;
@@ -258,7 +257,7 @@ main (int argc,
   aligned_le_blob = g_malloc (sizeof (le_blob));
   memcpy (aligned_le_blob, le_blob, sizeof (le_blob));
   aligned_be_blob = g_malloc (sizeof (be_blob));
-  memcpy (aligned_be_blob, be_blob, sizeof (be_blob));  
+  memcpy (aligned_be_blob, be_blob, sizeof (be_blob));
 
   g_test_add ("/demarshal/le", Fixture, aligned_le_blob, setup, test_endian, teardown);
   g_test_add ("/demarshal/be", Fixture, aligned_be_blob, setup, test_endian, teardown);