#include <> should only be used for system directories
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include <GLFW/glfw3.h>
|
||||
#include "GLFW/glfw3.h"
|
||||
|
||||
#include "inferno/application.h"
|
||||
#include "inferno/event/mouseevent.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <string> // std::string
|
||||
#include <unordered_map> // std::unordered_map
|
||||
|
||||
#include <GLFW/glfw3.h>
|
||||
#include "GLFW/glfw3.h"
|
||||
|
||||
#include "inferno/assertions.h"
|
||||
#include "inferno/inputcodes.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <glad/glad.h>
|
||||
#include "glad/glad.h"
|
||||
|
||||
#include "inferno/assertions.h"
|
||||
#include "inferno/core.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include <glad/glad.h>
|
||||
#include <GLFW/glfw3.h>
|
||||
#include "glad/glad.h"
|
||||
#include "GLFW/glfw3.h"
|
||||
|
||||
#include "inferno/assertions.h"
|
||||
#include "inferno/core.h"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <unordered_map> // std::unordered_map
|
||||
#include <vector> // std::vector
|
||||
|
||||
#include <glm/ext/vector_int2.hpp> // glm::ivec2
|
||||
#include "glm/ext/vector_int2.hpp" // glm::ivec2
|
||||
|
||||
#include "inferno/log.h"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <algorithm> // std::min
|
||||
#include <utility> // std::move
|
||||
|
||||
#include <glad/glad.h>
|
||||
#include "glad/glad.h"
|
||||
|
||||
#include "inferno/assertions.h"
|
||||
#include "inferno/render/buffer.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <vector> // std::vector
|
||||
|
||||
#include <glad/glad.h>
|
||||
#include <glm/gtc/type_ptr.hpp> // glm::value_ptr
|
||||
#include "glad/glad.h"
|
||||
#include "glm/gtc/type_ptr.hpp" // glm::value_ptr
|
||||
|
||||
#include "inferno/assertions.h"
|
||||
#include "inferno/core.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <string> // std::string
|
||||
#include <unordered_map> // std::unordered_map
|
||||
|
||||
#include <glm/glm.hpp>
|
||||
#include "glm/glm.hpp"
|
||||
|
||||
namespace Inferno {
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
#include <climits> // UINT_MAX
|
||||
#include <memory>
|
||||
|
||||
#include <glad/glad.h>
|
||||
#include "glad/glad.h"
|
||||
#define STB_IMAGE_IMPLEMENTATION
|
||||
#include <stb_image.h>
|
||||
#include "stb_image.h"
|
||||
|
||||
#include "inferno/assertions.h"
|
||||
#include "inferno/render/texture.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <glm/ext/matrix_transform.hpp> // glm::radians
|
||||
#include "glm/ext/matrix_transform.hpp" // glm::radians
|
||||
|
||||
#include "inferno/input.h"
|
||||
#include "inferno/inputcodes.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include <glm/ext/matrix_clip_space.hpp> // glm::perspective, glm::ortho
|
||||
#include <glm/ext/matrix_transform.hpp> // glm::radians, glm::lookAt
|
||||
#include "glm/ext/matrix_clip_space.hpp" // glm::perspective, glm::ortho
|
||||
#include "glm/ext/matrix_transform.hpp" // glm::radians, glm::lookAt
|
||||
|
||||
#include "inferno/application.h"
|
||||
#include "inferno/assertions.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <glm/ext/matrix_transform.hpp> // glm::translate, glm::rotate, glm::scale, glm::radians
|
||||
#include "glm/ext/matrix_transform.hpp" // glm::translate, glm::rotate, glm::scale, glm::radians
|
||||
|
||||
#include "inferno/assertions.h"
|
||||
#include "inferno/log.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <glm/ext/matrix_transform.hpp> // glm::translate, glm::rotate, glm::scale, glm::radians
|
||||
#include "glm/ext/matrix_transform.hpp" // glm::translate, glm::rotate, glm::scale, glm::radians
|
||||
|
||||
#include "inferno/assertions.h"
|
||||
#include "inferno/log.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <GLFW/glfw3.h>
|
||||
#include "GLFW/glfw3.h"
|
||||
|
||||
#include "inferno/time.h"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <GLFW/glfw3.h>
|
||||
#include "GLFW/glfw3.h"
|
||||
|
||||
#include "inferno/assertions.h"
|
||||
#include "inferno/core.h"
|
||||
|
||||
Reference in New Issue
Block a user