diff --git a/avisynth/src/TCannyMod.vcxproj b/avisynth/src/TCannyMod.vcxproj
index a412b34..f80c6a7 100644
--- a/avisynth/src/TCannyMod.vcxproj
+++ b/avisynth/src/TCannyMod.vcxproj
@@ -140,15 +140,15 @@
+
+
+
-
-
-
diff --git a/avisynth/src/edge_detection.h b/avisynth/src/edge_detection.cpp
similarity index 86%
rename from avisynth/src/edge_detection.h
rename to avisynth/src/edge_detection.cpp
index 69b7bb2..d43deff 100644
--- a/avisynth/src/edge_detection.h
+++ b/avisynth/src/edge_detection.cpp
@@ -1,5 +1,5 @@
/*
- edge_detection.h
+ edge_detection.cpp
This file is part of TCannyMod
@@ -23,11 +23,12 @@
*/
-#ifndef EDGE_DETECTION_H
-#define EDGE_DETECTION_H
#include
#include
+#include