[bitset] change the name of the #include guard

This commit is contained in:
Joe Thornber 2013-11-18 13:06:35 +00:00
parent 12a50cb568
commit fd061fab15

View File

@ -16,8 +16,8 @@
// with thin-provisioning-tools. If not, see
// <http://www.gnu.org/licenses/>.
#ifndef BITSET_H
#define BITSET_H
#ifndef PERSISTENT_DATA_DATA_STRUCTURES_BITSET_H
#define PERSISTENT_DATA_DATA_STRUCTURES_BITSET_H
#include "persistent-data/run.h"