cpp-common/bt2/borrowed-obj.hpp: remove unused `SharedObj` forward decl.
[babeltrace.git] / src / cpp-common / uuid-view.hpp
index c45c8ac348eb67389beffa0ad873dbd14e9b551b..d719d877a3b87b306cd226845aa2e7d02a8485e8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020 Philippe Proulx <pproulx@efficios.com>
+ * SPDX-FileCopyrightText: 2020 Philippe Proulx <pproulx@efficios.com>
  *
  * SPDX-License-Identifier: MIT
  */
@@ -7,10 +7,9 @@
 #ifndef BABELTRACE_CPP_COMMON_UUID_VIEW_HPP
 #define BABELTRACE_CPP_COMMON_UUID_VIEW_HPP
 
-#include <array>
+#include <algorithm>
 #include <cstdint>
 #include <string>
-#include <algorithm>
 
 #include "common/assert.h"
 #include "common/uuid.h"
This page took 0.023835 seconds and 4 git commands to generate.