forgot to comment out unneeded include

This commit is contained in:
lostjared
2017-02-17 10:23:30 -08:00
parent 873efaf7ce
commit a498dae0b6

View File

@@ -1,13 +1,12 @@
#include"qtheaders.h" #include"qtheaders.h"
#include "main_window.h" #include "main_window.h"
#include<unistd.h> //#include<unistd.h>
bool blend_set = false; bool blend_set = false;
cv::Mat blend_image; cv::Mat blend_image;
int main(int argc, char **argv) { int main(int argc, char **argv) {
/* /*
if(chdir("/usr/share/acidcam") == 0) { if(chdir("/usr/share/acidcam") == 0) {
std::cout << "Changed directory to: /usr/share/acidcam\n"; std::cout << "Changed directory to: /usr/share/acidcam\n";