summaryrefslogtreecommitdiff
path: root/mpq-bios.c
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-08-05 11:36:56 -0700
committerPixel <pixel@nobis-crew.org>2009-08-05 11:59:23 -0700
commitc579f3458775ca45bd86dcb9b8ef09e7d2a03bdc (patch)
treea054b50a09c52e9f8f982c1b449cc6dddee18bea /mpq-bios.c
parentd6323e7bd7f817c13ce992ef118cbcf4127ad076 (diff)
MPQCryptography.c doesn't really have anything to do anymore with its original piece of code; cleaning it up and renaming it.
Diffstat (limited to 'mpq-bios.c')
-rw-r--r--mpq-bios.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpq-bios.c b/mpq-bios.c
index cf9f581..35f657c 100644
--- a/mpq-bios.c
+++ b/mpq-bios.c
@@ -22,7 +22,7 @@
#include <stdlib.h>
#include <string.h>
-#include "MPQCryptography.h"
+#include "mpq-crypto.h"
#include "mpq-bios.h"
#include "mpq-errors.h"
#include "mpq-misc.h"