mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-24 05:18:59 -05:00
Clean include guards in OpenSpace core
Remove unused files
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __VOLUME_H__
|
||||
#define __VOLUME_H__
|
||||
#ifndef __OPENSPACE_CORE___VOLUME___H__
|
||||
#define __OPENSPACE_CORE___VOLUME___H__
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
@@ -125,8 +125,8 @@ public:
|
||||
*/
|
||||
//virtual std::string getHelperPath() = 0;
|
||||
|
||||
}; // Volume
|
||||
};
|
||||
|
||||
} // openspace
|
||||
} // namespace openspace
|
||||
|
||||
#endif // __VOLUME_H__
|
||||
#endif // __OPENSPACE_CORE___VOLUME___H__
|
||||
|
||||
Reference in New Issue
Block a user