opkg: remove opkg.h in preperation for new API
[oweals/opkg-lede.git] / libopkg / str_util.c
index e1f5e682aca126efb5461c49532a3a909e652b45..1bb888389d60f3f8dd9bc47383adbd08e55c1aee 100644 (file)
@@ -15,7 +15,7 @@
    General Public License for more details.
 */
 
    General Public License for more details.
 */
 
-#include "opkg.h"
+#include "includes.h"
 
 int str_starts_with(const char *str, const char *prefix)
 {
 
 int str_starts_with(const char *str, const char *prefix)
 {