fix local include / headers

This commit is contained in:
Thijs Wenker 2017-06-21 06:38:16 +02:00
parent 47643e1efe
commit 2a4e9cb603
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
//
// LocationScriptingInterface.cpp
// interface/src/scripting
// libraries/networking/src
//
// Created by Ryan Huffman on 4/29/14.
// Copyright 2014 High Fidelity, Inc.
@ -9,7 +9,7 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#include <AddressManager.h>
#include "AddressManager.h"
#include "LocationScriptingInterface.h"

View file

@ -1,6 +1,6 @@
//
// LocationScriptingInterface.h
// interface/src/scripting
// libraries/networking/src
//
// Created by Ryan Huffman on 4/29/14.
// Copyright 2014 High Fidelity, Inc.