Various cleanup

Add script that counts the number of includes
This commit is contained in:
Alexander Bock
2017-03-02 19:50:05 -05:00
parent 1689dc4047
commit fb67e805ac
8 changed files with 112 additions and 58 deletions
@@ -43,14 +43,14 @@
namespace ghoul {
namespace filesystem {
class File;
}
namespace opengl {
class ProgramObject;
class Texture;
}
}
namespace filesystem { class File; }
namespace opengl {
class ProgramObject;
class Texture;
} // namepsace opengl
} // namespace ghoul
namespace openspace {