Fixed include guards

Removed unused writeToTexture file
This commit is contained in:
Alexander Bock
2017-02-09 19:12:21 -05:00
parent 9e4cf8196d
commit 6d9dc2bfeb
74 changed files with 77 additions and 148 deletions
+2 -2
View File
@@ -22,7 +22,7 @@
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
****************************************************************************************/
#ifndef __OPENSPACE_CORE___NETWORKENGINE___H__
#ifndef PARALLELCONNECTION__OPENSPACE_CORE___NETWORKENGINE___H__
#define PARALLELCONNECTION__OPENSPACE_CORE___NETWORKENGINE___H__
#include <cstdint>
@@ -75,4 +75,4 @@ private:
} // namespace openspace
#endif // __OPENSPACE_CORE___NETWORKENGINE___H__
#endif // PARALLELCONNECTION__OPENSPACE_CORE___NETWORKENGINE___H__