blob: 23d5409d1e467f49960a9a41a3557cdbb5c24684 (
plain)
1
2
3
4
5
6
7
8
|
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file Copyright.txt or https://cmake.org/licensing for details. */
#ifndef cm_rhash_h
#define cm_rhash_h
#include <cmlibrhash/librhash/rhash.h>
#endif
|