aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/huffman.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/qcommon/huffman.c')
-rw-r--r--code/qcommon/huffman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/qcommon/huffman.c b/code/qcommon/huffman.c
index 1dcaf3f..dd8da98 100644
--- a/code/qcommon/huffman.c
+++ b/code/qcommon/huffman.c
@@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* Compression book. The ranks are not actually stored, but implicitly defined
* by the location of a node within a doubly-linked list */
-#include "../game/q_shared.h"
+#include "q_shared.h"
#include "qcommon.h"
static int bloc = 0;