diff --git a/src/ofxBaseJoint.cpp b/src/BaseJoint.cpp similarity index 100% rename from src/ofxBaseJoint.cpp rename to src/BaseJoint.cpp diff --git a/src/ofxBaseJoint.h b/src/BaseJoint.h similarity index 100% rename from src/ofxBaseJoint.h rename to src/BaseJoint.h diff --git a/src/ofxBaseSurface.cpp b/src/BaseSurface.cpp similarity index 100% rename from src/ofxBaseSurface.cpp rename to src/BaseSurface.cpp diff --git a/src/ofxBaseSurface.h b/src/BaseSurface.h similarity index 100% rename from src/ofxBaseSurface.h rename to src/BaseSurface.h diff --git a/src/ofxCircleJoint.cpp b/src/CircleJoint.cpp similarity index 100% rename from src/ofxCircleJoint.cpp rename to src/CircleJoint.cpp diff --git a/src/ofxCircleJoint.h b/src/CircleJoint.h similarity index 100% rename from src/ofxCircleJoint.h rename to src/CircleJoint.h diff --git a/src/ofxEditorType.h b/src/EditorType.h similarity index 100% rename from src/ofxEditorType.h rename to src/EditorType.h diff --git a/src/ofxGuiMode.h b/src/GuiMode.h similarity index 100% rename from src/ofxGuiMode.h rename to src/GuiMode.h diff --git a/src/ofxProjectionEditor.cpp b/src/ProjectionEditor.cpp similarity index 100% rename from src/ofxProjectionEditor.cpp rename to src/ProjectionEditor.cpp diff --git a/src/ofxProjectionEditor.h b/src/ProjectionEditor.h similarity index 100% rename from src/ofxProjectionEditor.h rename to src/ProjectionEditor.h diff --git a/src/ofxQuadSurface.cpp b/src/QuadSurface.cpp similarity index 100% rename from src/ofxQuadSurface.cpp rename to src/QuadSurface.cpp diff --git a/src/ofxQuadSurface.h b/src/QuadSurface.h similarity index 100% rename from src/ofxQuadSurface.h rename to src/QuadSurface.h diff --git a/src/ofxSourcesEditor.cpp b/src/SourcesEditor.cpp similarity index 100% rename from src/ofxSourcesEditor.cpp rename to src/SourcesEditor.cpp diff --git a/src/ofxSourcesEditor.h b/src/SourcesEditor.h similarity index 100% rename from src/ofxSourcesEditor.h rename to src/SourcesEditor.h diff --git a/src/ofxSurfaceManager.cpp b/src/SurfaceManager.cpp similarity index 100% rename from src/ofxSurfaceManager.cpp rename to src/SurfaceManager.cpp diff --git a/src/ofxSurfaceManager.h b/src/SurfaceManager.h similarity index 100% rename from src/ofxSurfaceManager.h rename to src/SurfaceManager.h diff --git a/src/ofxSurfaceManagerGui.cpp b/src/SurfaceManagerGui.cpp similarity index 100% rename from src/ofxSurfaceManagerGui.cpp rename to src/SurfaceManagerGui.cpp diff --git a/src/ofxSurfaceManagerGui.h b/src/SurfaceManagerGui.h similarity index 100% rename from src/ofxSurfaceManagerGui.h rename to src/SurfaceManagerGui.h diff --git a/src/ofxSurfaceType.h b/src/SurfaceType.h similarity index 100% rename from src/ofxSurfaceType.h rename to src/SurfaceType.h diff --git a/src/ofxTextureEditor.cpp b/src/TextureEditor.cpp similarity index 100% rename from src/ofxTextureEditor.cpp rename to src/TextureEditor.cpp diff --git a/src/ofxTextureEditor.h b/src/TextureEditor.h similarity index 100% rename from src/ofxTextureEditor.h rename to src/TextureEditor.h diff --git a/src/ofxTriangleSurface.cpp b/src/TriangleSurface.cpp similarity index 100% rename from src/ofxTriangleSurface.cpp rename to src/TriangleSurface.cpp diff --git a/src/ofxTriangleSurface.h b/src/TriangleSurface.h similarity index 100% rename from src/ofxTriangleSurface.h rename to src/TriangleSurface.h