mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Ensured no namespace collision in double-include guards.
This commit is contained in:
parent
d910a4fd38
commit
c2bc9a8c62
@ -6,8 +6,8 @@
|
||||
// Copyright © 2017 Thomas Harte. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef ZX8081_hpp
|
||||
#define ZX8081_hpp
|
||||
#ifndef Storage_Data_ZX8081_hpp
|
||||
#define Storage_Data_ZX8081_hpp
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
Loading…
Reference in New Issue
Block a user