move file to internal

This commit is contained in:
Sébastien Loriot 2022-04-06 16:05:54 +02:00
parent ea3c6072ae
commit 3207dfedbc
2 changed files with 4 additions and 4 deletions

View File

@ -13,8 +13,8 @@
// //
// //
// Author(s) : Courtesy of LEDA // Author(s) : Courtesy of LEDA
#ifndef CGAL_CHAINED_MAP_H #ifndef CGAL_HASH_MAP_INTERNAL_CHAINED_MAP_H
#define CGAL_CHAINED_MAP_H #define CGAL_HASH_MAP_INTERNAL_CHAINED_MAP_H
#include <CGAL/memory.h> #include <CGAL/memory.h>
#include <iostream> #include <iostream>
@ -314,4 +314,4 @@ void chained_map<T, Allocator>::statistics() const
} // namespace internal } // namespace internal
} //namespace CGAL } //namespace CGAL
#endif // CGAL_CHAINED_MAP_H #endif // CGAL_HASH_MAP_INTERNAL_CHAINED_MAP_H

View File

@ -23,7 +23,7 @@
#include <CGAL/config.h> #include <CGAL/config.h>
#include <CGAL/memory.h> #include <CGAL/memory.h>
#include <CGAL/Handle_hash_function.h> #include <CGAL/Handle_hash_function.h>
#include <CGAL/Tools/chained_map.h> #include <CGAL/Hash_map/internal/chained_map.h>
#include <cstddef> #include <cstddef>
namespace CGAL { namespace CGAL {