Преглед на файлове

libdpkg: Switch test.h from including dpkg/dpkg.h to dpkg/ehandle.h

This reduces the exposed declarations for each test program.
Guillem Jover преди 15 години
родител
ревизия
e8079c0ee3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lib/dpkg/test.h

+ 1 - 1
lib/dpkg/test.h

@@ -25,7 +25,7 @@
 #include <string.h>
 #include <string.h>
 
 
 #ifndef TEST_MAIN_PROVIDED
 #ifndef TEST_MAIN_PROVIDED
-#include <dpkg/dpkg.h>
+#include <dpkg/ehandle.h>
 #endif
 #endif
 
 
 /* XXX: Using assert is problematic with NDEBUG. */
 /* XXX: Using assert is problematic with NDEBUG. */