diff options
| -rw-r--r-- | futuregael/addons.make | 4 | ||||
| -rw-r--r-- | futuregael/src/ofApp.h | 6 |
2 files changed, 1 insertions, 9 deletions
diff --git a/futuregael/addons.make b/futuregael/addons.make index 206c2d9..30c4f5d 100644 --- a/futuregael/addons.make +++ b/futuregael/addons.make @@ -1,5 +1 @@ -ofxSvg -ofxGui -ofxXmlSettings -ofxHelios ofxCsv
\ No newline at end of file diff --git a/futuregael/src/ofApp.h b/futuregael/src/ofApp.h index 9ab0cb2..26987e1 100644 --- a/futuregael/src/ofApp.h +++ b/futuregael/src/ofApp.h @@ -1,11 +1,7 @@ #pragma once #include "ofMain.h" -#include "ofxSvg.h" -#include "ofxGui.h" -#include "ofxXmlSettings.h" - -#include "ofxHelios.h" +# #include "ofxCsv.h" class scriptLine{ |
