libopkg: fix --force-checksum to cover sha256sum cases as well
[project/opkg-lede.git] / libopkg / pkg_depends.h
index 402288ce7b8c17e36fbf3a5d5919620e50e0890f..5d1f07486b31ee9dd47f0f5c2d22956d3db9dc80 100644 (file)
@@ -1,7 +1,7 @@
 /* pkg_depends.h - the opkg package management system
 
    Steven M. Ayer
-   
+
    Copyright (C) 2002 Compaq Computer Corporation
 
    This program is free software; you can redistribute it and/or
@@ -20,7 +20,6 @@
 
 #include "pkg.h"
 #include "pkg_hash.h"
-#include "includes.h"
 
 enum depend_type {
     PREDEPEND,
@@ -48,7 +47,7 @@ struct depend{
     abstract_pkg_t * pkg;
 };
 typedef struct depend depend_t;
-    
+
 struct compound_depend{
     depend_type_t type;
     int possibility_count;