Skip to content

Commit

Permalink
Renamed sorted_vector.h in ssorted_vector.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbnolok committed Oct 23, 2023
1 parent a97663f commit 0b845d3
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/CMakeSources.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,10 @@ src/common/sphere_library/scontainer_ops.h
src/common/sphere_library/smap.h
src/common/sphere_library/smutex.h
src/common/sphere_library/smutex.cpp
src/common/sphere_library/sorted_vector.h
src/common/sphere_library/squeues.h
src/common/sphere_library/sresetevents.cpp
src/common/sphere_library/sresetevents.h
src/common/sphere_library/ssorted_vector.h
src/common/sphere_library/sptr.h
src/common/sphere_library/sptr_containers.h
src/common/sphere_library/sstacks.h
Expand Down
2 changes: 1 addition & 1 deletion src/common/CVarDefMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define _INC_CVARDEFMAP_H

#include "sphere_library/CSString.h"
#include "sphere_library/sorted_vector.h"
#include "sphere_library/ssorted_vector.h"


class CTextConsole;
Expand Down
2 changes: 1 addition & 1 deletion src/common/sphere_library/CSTypedArray.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define _INC_CSTYPEDARRAY_H

#include "../assertion.h"
#include "sorted_vector.h"
#include "ssorted_vector.h"

/**
* @brief Typed Array:
Expand Down
2 changes: 1 addition & 1 deletion src/common/sphere_library/sptr_containers.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef _INC_SPTR_CONTAINERS_H
#define _INC_SPTR_CONTAINERS_H

#include "sorted_vector.h"
#include "ssorted_vector.h"
#include "sptr.h"


Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/game/CPathFinder.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#define _INC_PATHFINDER_H

#include <deque>
#include "../common/sphere_library/sorted_vector.h"
#include "../common/sphere_library/ssorted_vector.h"
#include "../common/CPointBase.h"
#include "uo_files/uofiles_macros.h"

Expand Down

0 comments on commit 0b845d3

Please sign in to comment.