Removed duplicate includes in hack.cpp

This commit is contained in:
CrazyRedd 2018-10-15 18:47:22 +01:00
parent 5a812350a7
commit 1d09a33575

View File

@ -4,9 +4,6 @@
* Created on: Oct 3, 2016
* Author: nullifiedcat
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
// The code below was obtained from:
// http://stackoverflow.com/questions/77005/how-to-generate-a-stacktrace-when-my-gcc-c-app-crashes/1925461#1925461