Modified PackMP3 files to use header files shared with PackJPG

This commit is contained in:
Christian Schneider 2016-01-16 14:13:13 +01:00
parent cc0ca60b13
commit 5bd5b9429f
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
#include <stdlib.h>
#include <string.h>
#include "bitops.h"
#include "../packjpg/bitops.h"
#include "huffmp3.h"
// bit buffer size - careful changing this!

View file

@ -4,8 +4,8 @@
#include "pmp3tbl.h"
#include "pmp3bitlen.h"
#include "bitops.h"
#include "aricoder.h"
#include "../packjpg/bitops.h"
#include "../packjpg/aricoder.h"
#include "huffmp3.h"
#include "huffmp3tbl.h"