Explorar o código

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

This reduces the exposed declarations for each test program.
Guillem Jover %!s(int64=15) %!d(string=hai) anos
pai
achega
e8079c0ee3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/dpkg/test.h

+ 1 - 1
lib/dpkg/test.h

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