Move BPTC shapes header to include folder

This commit is contained in:
Pavel Krajcevski 2014-03-22 21:17:46 -04:00
parent 671454f57d
commit d03732fc09
2 changed files with 4 additions and 3 deletions

View file

@ -106,6 +106,7 @@ CONFIGURE_FILE(
SET( HEADERS
config/BPTCConfig.h.in
include/BPTCCompressor.h
include/Shapes.h
src/CompressionMode.h
src/RGBAEndpoints.h
src/ParallelStage.h

View file

@ -50,8 +50,8 @@
* <http://gamma.cs.unc.edu/FasTC/>
*/
#ifndef BPTCENCODER_SRC_SHAPES_H_
#define BPTCENCODER_SRC_SHAPES_H_
#ifndef BPTCENCODER_INCLUDE_SHAPES_H_
#define BPTCENCODER_INCLUDE_SHAPES_H_
namespace BPTCC {
@ -115,4 +115,4 @@ namespace BPTCC {
} // namespace BPTCC
#endif // BPTCENCODER_SRC_SHAPES_H_
#endif // BPTCENCODER_INCLUDE_SHAPES_H_