aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorymherklotz <ymherklotz@gmail.com>2016-12-09 22:43:37 +0000
committerymherklotz <ymherklotz@gmail.com>2016-12-09 22:43:37 +0000
commitdba9dfca366570496d0b5e0bdf60621a6b0ff804 (patch)
treee461703a778346b507349890fd15acf9d47b4921
parent9b8fa5bc6c74471aecdf5abecc3baba2de6d3681 (diff)
downloadA-star-algorithm-dba9dfca366570496d0b5e0bdf60621a6b0ff804.tar.gz
A-star-algorithm-dba9dfca366570496d0b5e0bdf60621a6b0ff804.zip
updated main for testing
-rw-r--r--src/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 3831e46..2e51f2f 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -7,14 +7,10 @@
*
*/
-#include "tilemap.hpp"
#include "astar.hpp"
#include "priority_queue.hpp"
-#include <SFML/Graphics.hpp>
-
#include <iostream>
-#include <cstdlib>
#include <vector>
using namespace std;