diff options
Diffstat (limited to 'core')
| -rw-r--r-- | core/node_path.cpp (renamed from core/path_db.cpp) | 2 | ||||
| -rw-r--r-- | core/node_path.h (renamed from core/path_db.h) | 0 | ||||
| -rw-r--r-- | core/variant.h | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/core/path_db.cpp b/core/node_path.cpp index d5c84a2457..11df9670f2 100644 --- a/core/path_db.cpp +++ b/core/node_path.cpp @@ -27,7 +27,7 @@ /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "path_db.h" +#include "node_path.h" #include "print_string.h" diff --git a/core/path_db.h b/core/node_path.h index 1aed7535ca..1aed7535ca 100644 --- a/core/path_db.h +++ b/core/node_path.h diff --git a/core/variant.h b/core/variant.h index 661d31cf16..583a0d09a0 100644 --- a/core/variant.h +++ b/core/variant.h @@ -43,7 +43,7 @@ #include "math_2d.h" #include "matrix3.h" #include "os/power.h" -#include "path_db.h" +#include "node_path.h" #include "plane.h" #include "quat.h" #include "rect3.h" |