mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-05 02:20:11 -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 __PROGRESSBAR_H__
|
||||
#define __PROGRESSBAR_H__
|
||||
#ifndef __OPENSPACE_CORE___PROGRESSBAR___H__
|
||||
#define __OPENSPACE_CORE___PROGRESSBAR___H__
|
||||
|
||||
#include <iostream>
|
||||
|
||||
@@ -43,9 +43,8 @@ private:
|
||||
int _previous;
|
||||
int _end;
|
||||
std::ostream& _stream;
|
||||
|
||||
};
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
#endif // __PROGRESSBAR_H__
|
||||
#endif // __OPENSPACE_CORE___PROGRESSBAR___H__
|
||||
|
||||
Reference in New Issue
Block a user