[GDNative] better header include paths
The old include paths caused some problems on some compilers, for example including "string.h" was ambiguous.
This commit is contained in:
parent
3a3915b726
commit
880048377d
39 changed files with 137 additions and 113 deletions
|
|
@ -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 "array.h"
|
||||
#include <godot/array.h>
|
||||
|
||||
#include "core/array.h"
|
||||
#include "core/os/memory.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue