src/gl/axesprogram.cpp

changeset 259
c27612f0eac0
parent 245
a41ccc6924e3
--- a/src/gl/axesprogram.cpp	Wed Jun 22 23:51:06 2022 +0300
+++ b/src/gl/axesprogram.cpp	Sun Jun 26 19:44:45 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 "axesprogram.h"
-#include "gl/partrenderer.h"
 
 static constexpr char vertexShaderSource[] = R"(
 #version 330 core

mercurial