8 lines
138 B
C++
8 lines
138 B
C++
#ifndef CLICK_BIGHASHMAP_HH
|
|
#define CLICK_BIGHASHMAP_HH
|
|
|
|
// This file is here for compatibility only.
|
|
#include <click/hashmap.hh>
|
|
|
|
#endif
|