Revision ffb481f4
Added by David Sorber almost 8 years ago
| software/libpackjpg/lib_src/packjpg.cpp | ||
|---|---|---|
|
#include <stdexcept>
|
||
|
#include <vector>
|
||
|
|
||
|
#include "bitops.h"
|
||
|
#include "aricoder.h"
|
||
|
#include "pjpgtbl.h"
|
||
|
#include "dct8x8.h"
|
||
|
|
||
|
#include "packjpg.h"
|
||
|
|
||
|
|
||
Move includes to source file and add forward declarations in their place
so that the packjpg.h header can be used externally.