]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/std/deque
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / std / deque
index ed4927e13b740e81d869d4ecdb9221d05812acb5..efe04dbbb7c60993bef0295f90c1ed36e910c440 100644 (file)
@@ -1,6 +1,6 @@
 // <deque> -*- C++ -*-
 
-// Copyright (C) 2001-2019 Free Software Foundation, Inc.
+// Copyright (C) 2001-2020 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
 # include <debug/deque>
 #endif
 
-#ifdef _GLIBCXX_PROFILE
-# include <profile/deque>
-#endif
-
 #if __cplusplus >= 201703L
 namespace std _GLIBCXX_VISIBILITY(default)
 {