Make core/ includes absolute, remove subfolders from include path
This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes.
This commit is contained in:
parent
cc71012266
commit
277b24dfb7
873 changed files with 2119 additions and 2027 deletions
|
|
@ -31,10 +31,10 @@
|
|||
#include "image_etc.h"
|
||||
#include "Etc.h"
|
||||
#include "EtcFilter.h"
|
||||
#include "image.h"
|
||||
#include "os/copymem.h"
|
||||
#include "os/os.h"
|
||||
#include "print_string.h"
|
||||
#include "core/image.h"
|
||||
#include "core/os/copymem.h"
|
||||
#include "core/os/os.h"
|
||||
#include "core/print_string.h"
|
||||
|
||||
static Image::Format _get_etc2_mode(Image::DetectChannels format) {
|
||||
switch (format) {
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
#include "texture_loader_pkm.h"
|
||||
|
||||
#include "os/file_access.h"
|
||||
#include "core/os/file_access.h"
|
||||
#include <string.h>
|
||||
|
||||
struct ETC1Header {
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
#ifndef TEXTURE_LOADER_PKM_H
|
||||
#define TEXTURE_LOADER_PKM_H
|
||||
|
||||
#include "io/resource_loader.h"
|
||||
#include "core/io/resource_loader.h"
|
||||
#include "scene/resources/texture.h"
|
||||
|
||||
class ResourceFormatPKM : public ResourceFormatLoader {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue