Commit e3f055a1 authored by Davis King's avatar Davis King

Changed #includes to avoid unnecessary recompilation.

parent fb937072
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include "../set.h" #include "../set.h"
#include "../array2d.h" #include "../array2d.h"
#include "../pixel.h" #include "../pixel.h"
#include "../image_transforms.h" #include "../image_transforms/assign_image.h"
#include "../array.h" #include "../array.h"
#include "style.h" #include "style.h"
#include "../smart_pointers.h" #include "../smart_pointers.h"
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include "../algs.h" #include "../algs.h"
#include "../array2d.h" #include "../array2d.h"
#include "../pixel.h" #include "../pixel.h"
#include "../image_transforms.h" #include "../image_transforms/assign_image.h"
#include "../geometry.h" #include "../geometry.h"
#include <cmath> #include <cmath>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment