aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2014-10-03 00:29:18 -0300
committerLucas De Marchi <lucas.demarchi@intel.com>2014-10-03 00:40:11 -0300
commit0db718edcfca1bdaf1369d3cf3773b52fcea1406 (patch)
tree53faf1dab5e06c03e7107cc6c705823e80f020a4 /tools
parent74d1df6682e9dab799e6da8ad032f61b15be57d2 (diff)
downloadkmod-0db718edcfca1bdaf1369d3cf3773b52fcea1406.tar.gz
Move hash implementation to shared directory
Diffstat (limited to 'tools')
-rw-r--r--tools/depmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depmod.c b/tools/depmod.c
index e1e08f6..69c3f3f 100644
--- a/tools/depmod.c
+++ b/tools/depmod.c
@@ -17,10 +17,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "libkmod.h"
-#include "libkmod-hash.h"
#include "libkmod-util.h"
#include <shared/array.h>
+#include <shared/hash.h>
#include <shared/macro.h>
#include <shared/util.h>