Skip to content

Commit 7a30945

Browse files
Change include order
DictionaryEntry.h contains things (ValueToKey) referenced inside a few functions in BaseDictionary.h, so I flipped the include order.
1 parent 898ad14 commit 7a30945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Common/CommonMin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ using namespace Memory;
5353
#include "DataStructures/SList.h"
5454
#include "DataStructures/DList.h"
5555
#include "DataStructures/KeyValuePair.h"
56-
#include "DataStructures/BaseDictionary.h"
5756
#include "DataStructures/DictionaryEntry.h"
57+
#include "DataStructures/BaseDictionary.h"
5858
#include "DataStructures/ClusterList.h"
5959

6060
// === Configurations Header ===

0 commit comments

Comments
 (0)