This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
tastytea
/
identiconpp
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
15
Wiki
Activity
Browse Source
Removed unnecessary includes
master
tastytea
2 years ago
parent
edaae3906b
commit
91575c7775
Signed by:
tastytea
GPG Key ID:
CFC39497F1B26E07
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
src/debug.hpp
+ 0
- 3
src/debug.hpp
View File
@ -18,9 +18,6 @@
#
define DEBUG_HPP
#
include
<iostream>
#
include
<exception>
#
include
<stdexcept>
#
include
<sstream>
#
ifdef DEBUG
#
define ttdebug std::cerr << "[" << __FILE__ << ":" << __LINE__ << "] DEBUG: "
Write
Preview
Loading…
Cancel
Save