From f83c52144d26b93f25e64d51e4252e5738ffa954 Mon Sep 17 00:00:00 2001 From: Trygve Date: Sat, 6 Apr 2024 17:22:03 +0200 Subject: [PATCH] Fixed includes --- src/HeightMap.hh | 6 ------ src/main.cpp | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/HeightMap.hh b/src/HeightMap.hh index d2cef09..8d79f3c 100644 --- a/src/HeightMap.hh +++ b/src/HeightMap.hh @@ -1,9 +1,3 @@ -#include -#include "gdal/gdal_priv.h" -#include - -#include - /** @brief stores the contents of a tif file with float32 values */ diff --git a/src/main.cpp b/src/main.cpp index 1c04dbb..73a3b13 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,4 +1,5 @@ #include "HeightMap.hh" +#include int main(int argc, const char* argv[]) {