aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/BinaryParagraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/include/BinaryParagraph.h')
-rw-r--r--toolsrc/include/BinaryParagraph.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/include/BinaryParagraph.h b/toolsrc/include/BinaryParagraph.h
index 6cf740920..90ca8fe9a 100644
--- a/toolsrc/include/BinaryParagraph.h
+++ b/toolsrc/include/BinaryParagraph.h
@@ -1,8 +1,8 @@
#pragma once
-#include <unordered_map>
-#include "SourceParagraph.h"
#include "PackageSpec.h"
+#include "SourceParagraph.h"
+#include <unordered_map>
namespace vcpkg
{