From 08a92571872aaa6d4cb8d43c6170c358f8ef0d94 Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Sun, 14 Dec 2008 23:53:45 -0500 Subject: opkg: remove redundant OPKG_LIB conditional code git-svn-id: http://opkg.googlecode.com/svn/trunk@49 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libopkg/libopkg.h') diff --git a/libopkg/libopkg.h b/libopkg/libopkg.h index be4c31b..c2e6bf0 100644 --- a/libopkg/libopkg.h +++ b/libopkg/libopkg.h @@ -21,8 +21,6 @@ #endif -#ifdef OPKG_LIB - #include "opkg_conf.h" #include "opkg_message.h" #include "opkg_state.h" @@ -90,6 +88,3 @@ extern void reverse_error_list(struct errlist **errors); extern void free_error_list(); #endif - - -#endif -- cgit v0.9.1