From a498dae0b62eaf8db0c558967f7e01d1e8a82d12 Mon Sep 17 00:00:00 2001 From: lostjared Date: Fri, 17 Feb 2017 10:23:30 -0800 Subject: [PATCH] forgot to comment out unneeded include --- src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 3f4dfe3..6f8755c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,13 +1,12 @@ #include"qtheaders.h" #include "main_window.h" -#include +//#include bool blend_set = false; cv::Mat blend_image; int main(int argc, char **argv) { - /* if(chdir("/usr/share/acidcam") == 0) { std::cout << "Changed directory to: /usr/share/acidcam\n";