]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/DynamicGroupCfg.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / adaptation / DynamicGroupCfg.h
index 8f70ee4bf4eedaf9100abe608f02e5e67f9fcee7..4a14c60c069561ae8ab4482699fef688f6434857 100644 (file)
@@ -1,9 +1,18 @@
+/*
+ * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
 #ifndef SQUID_ADAPTATION__DYNAMIC_GROUP_CFG_H
 #define SQUID_ADAPTATION__DYNAMIC_GROUP_CFG_H
 
-#include "base/Vector.h"
 #include "SquidString.h"
 
+#include <vector>
+
 namespace Adaptation
 {
 
@@ -11,7 +20,7 @@ namespace Adaptation
 class DynamicGroupCfg
 {
 public:
-    typedef Vector<String> Store;
+    typedef std::vector<String> Store;
     typedef String Id;
 
     Id id; ///< group id