mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 21:43:03 +02:00
fix local include / headers
This commit is contained in:
parent
47643e1efe
commit
2a4e9cb603
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
//
|
//
|
||||||
// LocationScriptingInterface.cpp
|
// LocationScriptingInterface.cpp
|
||||||
// interface/src/scripting
|
// libraries/networking/src
|
||||||
//
|
//
|
||||||
// Created by Ryan Huffman on 4/29/14.
|
// Created by Ryan Huffman on 4/29/14.
|
||||||
// Copyright 2014 High Fidelity, Inc.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
//
|
//
|
||||||
|
|
||||||
#include <AddressManager.h>
|
#include "AddressManager.h"
|
||||||
|
|
||||||
#include "LocationScriptingInterface.h"
|
#include "LocationScriptingInterface.h"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
//
|
//
|
||||||
// LocationScriptingInterface.h
|
// LocationScriptingInterface.h
|
||||||
// interface/src/scripting
|
// libraries/networking/src
|
||||||
//
|
//
|
||||||
// Created by Ryan Huffman on 4/29/14.
|
// Created by Ryan Huffman on 4/29/14.
|
||||||
// Copyright 2014 High Fidelity, Inc.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
|
|
Loading…
Reference in a new issue