Skip to content

Commit

Permalink
Remove redundant includes
Browse files Browse the repository at this point in the history
I need to learn to clean up my includes when I'm done experimenting with them
  • Loading branch information
Duckuk committed Jan 22, 2020
1 parent 329f68c commit e5b7298
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ImageDeen/imagedeen.cpp
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
#include <cctype>
#include <chrono>
#include <conio.h>
#include <cstring>
#include <fstream>
#include <iostream>
#include <string>
#include <thread>
#include "Clmg.h"
#include "CRC.h"
#include "curses.h"
#include "legacy.cpp"
#include "png.h"

using namespace cimg_library;

Expand Down

0 comments on commit e5b7298

Please sign in to comment.