mirror of https://github.com/CGAL/cgal
move file to internal
This commit is contained in:
parent
ea3c6072ae
commit
3207dfedbc
|
|
@ -13,8 +13,8 @@
|
|||
//
|
||||
//
|
||||
// Author(s) : Courtesy of LEDA
|
||||
#ifndef CGAL_CHAINED_MAP_H
|
||||
#define CGAL_CHAINED_MAP_H
|
||||
#ifndef CGAL_HASH_MAP_INTERNAL_CHAINED_MAP_H
|
||||
#define CGAL_HASH_MAP_INTERNAL_CHAINED_MAP_H
|
||||
|
||||
#include <CGAL/memory.h>
|
||||
#include <iostream>
|
||||
|
|
@ -314,4 +314,4 @@ void chained_map<T, Allocator>::statistics() const
|
|||
} // namespace internal
|
||||
} //namespace CGAL
|
||||
|
||||
#endif // CGAL_CHAINED_MAP_H
|
||||
#endif // CGAL_HASH_MAP_INTERNAL_CHAINED_MAP_H
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
#include <CGAL/config.h>
|
||||
#include <CGAL/memory.h>
|
||||
#include <CGAL/Handle_hash_function.h>
|
||||
#include <CGAL/Tools/chained_map.h>
|
||||
#include <CGAL/Hash_map/internal/chained_map.h>
|
||||
#include <cstddef>
|
||||
|
||||
namespace CGAL {
|
||||
|
|
|
|||
Loading…
Reference in New Issue