src/layers/axeslayer.cpp

changeset 264
76a025db4948
parent 263
59b6027b9843
child 377
e1c5e4310f8b
--- a/src/layers/axeslayer.cpp	Sun Jun 26 21:00:06 2022 +0300
+++ b/src/layers/axeslayer.cpp	Sun Jun 26 21:32:51 2022 +0300
@@ -16,10 +16,10 @@
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "gl/partrenderer.h"
 #include <QPainter>
 #include <QPainterPath>
-#include "axeslayer.h"
+#include "src/gl/partrenderer.h"
+#include "src/layers/axeslayer.h"
 
 static constexpr char vertexShaderSource[] = R"(
 #version 330 core

mercurial