Skip to content

Commit

Permalink
decrease the useless including libs
Browse files Browse the repository at this point in the history
  • Loading branch information
0CBH0 committed Jun 19, 2016
1 parent 581718f commit ecc8976
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions wiiurpxtool.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <math.h>
#include <conio.h>
#include <iostream>
#include <io.h>
#include <direct.h>
#include <string.h>
#include <vector>
#include <algorithm>
#include <zlib.h>
Expand Down

0 comments on commit ecc8976

Please sign in to comment.