Skip to content

Commit c128341

Browse files
author
Grok Compression
committed
Precinct: limit includes
1 parent 8a5ffaf commit c128341

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

src/lib/core/canvas/precinct/Precinct.cpp

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@
1515
*
1616
*/
1717

18-
#include "grk_includes.h"
18+
#include "geometry.h"
19+
#include "BitIO.h"
20+
#include "TagTree.h"
21+
#include "SparseCache.h"
22+
#include "CodeblockDecompress.h"
23+
#include "CodeblockCompress.h"
24+
#include "Precinct.h"
1925
#include "PrecinctImpl.h"
2026

2127
namespace grk

src/lib/core/util/SparseCache.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
#pragma once
1919

20+
#include <unordered_map>
21+
2022
namespace grk
2123
{
2224
template<typename T>

0 commit comments

Comments
 (0)