mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-06 17:54:27 +00:00
Add prefix to guards
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
#ifndef I_LAYER_H
|
||||
#define I_LAYER_H
|
||||
#ifndef CUDANET_I_LAYER_H
|
||||
#define CUDANET_I_LAYER_H
|
||||
|
||||
#include <vector>
|
||||
|
||||
@@ -90,4 +90,4 @@ class ILayer {
|
||||
|
||||
} // namespace Layers
|
||||
|
||||
#endif // I_LAYERH
|
||||
#endif // CUDANET_I_LAYERH
|
||||
Reference in New Issue
Block a user