Fix include guard

This commit is contained in:
Sebastian Messmer 2015-04-09 19:21:59 +02:00
parent fa92202979
commit 4d72087e27

View File

@ -1,6 +1,6 @@
#pragma once
#ifndef BLOCKSTORE_IMPLEMENTATIONS_CACHING_CACHINGBLOCKSTORE_H_
#define BLOCKSTORE_IMPLEMENTATIONS_CACHIN_CACHINGBLOCKSTORE_H_
#define BLOCKSTORE_IMPLEMENTATIONS_CACHING_CACHINGBLOCKSTORE_H_
#include <messmer/cachingstore/CachingStore.h>