build: avoid double underscore header guards
This commit is contained in:
parent
dd9ec6c401
commit
9d75def2b5
@ -7,8 +7,7 @@
|
|||||||
* 2016-2017, Danny Robson <danny@nerdcruft.net>
|
* 2016-2017, Danny Robson <danny@nerdcruft.net>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __VK_PIPELINE_CACHE_HPP
|
#pragma once
|
||||||
#define __VK_PIPELINE_CACHE_HPP
|
|
||||||
|
|
||||||
#include "./object.hpp"
|
#include "./object.hpp"
|
||||||
#include "./fwd.hpp"
|
#include "./fwd.hpp"
|
||||||
@ -22,5 +21,3 @@ namespace cruft::vk {
|
|||||||
size_t get (const device&, void *dst, size_t len) const;
|
size_t get (const device&, void *dst, size_t len) const;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
Loading…
Reference in New Issue
Block a user