Skip to content

Commit

Permalink
Rename Memory to MemoryUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron committed May 24, 2024
1 parent 2d14cb8 commit f3d893d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/osgEarth/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ SET(LIB_PUBLIC_HEADERS
MBTiles
MeasureTool
MemCache
Memory
MemoryUtils
MeshConsolidator
MeshFlattener
MeshSubdivider
Expand Down Expand Up @@ -707,7 +707,7 @@ set(TARGET_SRC
MBTiles.cpp
MeasureTool.cpp
MemCache.cpp
Memory.cpp
MemoryUtils.cpp
MeshConsolidator.cpp
MeshFlattener.cpp
MeshSubdivider.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/osgEarth/ImGui/RenderingGUI
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include "ImGui"
#include <osgEarth/Threading>
#include <osgEarth/Memory>
#include <osgEarth/MemoryUtils>
#include <osgEarth/GLUtils>
#include <osgEarth/ShaderLoader>
#include <chrono>
Expand Down
2 changes: 1 addition & 1 deletion src/osgEarth/ImGui/SystemGUI
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#include "ImGui"
#include <osgEarth/Threading>
#include <osgEarth/Memory>
#include <osgEarth/MemoryUtils>
#include <osgEarth/GLUtils>
#include <osgEarth/ShaderLoader>
#include <osgEarth/Registry>
Expand Down
2 changes: 1 addition & 1 deletion src/osgEarth/ImGui/TerrainGUI
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include "ImGui"
#include <osgEarth/Threading>
#include <osgEarth/Memory>
#include <osgEarth/MemoryUtils>
#include <osgEarth/GLUtils>
#include <osgEarth/ExampleResources>
#include <osgEarth/FeatureNode>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/osgEarth/Memory.cpp → src/osgEarth/MemoryUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>
*/
#include "Memory"
#include "MemoryUtils"

using namespace osgEarth::Util;

Expand Down
2 changes: 1 addition & 1 deletion src/osgEarth/Metrics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <osgEarth/Metrics>
#include <osgViewer/ViewerBase>
#include <osgViewer/View>
#include <osgEarth/Memory>
#include <osgEarth/MemoryUtils>
#include <stdlib.h>

using namespace osgEarth::Util;
Expand Down
2 changes: 1 addition & 1 deletion src/osgEarth/Registry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include "TerrainEngineNode"
#include "GLUtils"
#include "Chonk"
#include "Memory"
#include "MemoryUtils"

#include <osg/ArgumentParser>
#include <osgText/Font>
Expand Down

0 comments on commit f3d893d

Please sign in to comment.