mirror of
https://github.com/TomHarte/CLK.git
synced 2025-11-01 11:16:16 +00:00
Switch include guards to #pragma once.
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
// Copyright © 2020 Thomas Harte. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef OPLBase_h
|
||||
#define OPLBase_h
|
||||
#pragma once
|
||||
|
||||
#include "../../../Outputs/Speaker/Implementation/SampleSource.hpp"
|
||||
#include "../../../Concurrency/AsyncTaskQueue.hpp"
|
||||
@@ -34,5 +33,3 @@ template <typename Child> class OPLBase: public ::Outputs::Speaker::SampleSource
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif /* OPLBase_h */
|
||||
|
||||
Reference in New Issue
Block a user