Remove stray semicolon.
[oweals/opkg-lede.git] / libopkg / opkg_configure.c
index 154d3e6f30bbdaebd1b025fd055eb26c47b0c141..719da5a459af949e81844f658e3633e607f1b318 100644 (file)
@@ -15,7 +15,8 @@
    General Public License for more details.
 */
 
-#include "includes.h"
+#include <stdio.h>
+
 #include "sprintf_alloc.h"
 #include "opkg_configure.h"
 #include "opkg_message.h"
@@ -38,7 +39,6 @@ opkg_configure(pkg_t *pkg)
        return err;
     }
 
-    opkg_state_changed++;
     return 0;
 }