aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/metadata.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/metadata.cpp b/utils/metadata.cpp
index e200ab3..ed07092 100644
--- a/utils/metadata.cpp
+++ b/utils/metadata.cpp
@@ -20,6 +20,8 @@
/// \file metadata.cpp
/// \brief a helper for printing metadata content
///
+#include "utils/metadata.h"
+
#include <set>
#include <boost/spirit/include/karma.hpp>
@@ -27,8 +29,6 @@
#include <boost/algorithm/string/split.hpp>
#include <boost/algorithm/string/trim.hpp>
-#include "utils/metadata.h"
-
static const std::vector<std::string> metadata_names = {"DEPEND", "RDEPEND", "SLOT", "SRC_URI",
"RESTRICT", "HOMEPAGE", "LICENSE", "DESCRIPTION",
"KEYWORDS", "INHERITED", "IUSE", "REQUIRED_USE",