summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoranonymous <local@localhost>2010-08-23 04:46:24 +0700
committeranonymous <local@localhost>2010-08-23 04:46:24 +0700
commit012f551c2b7f7236898c4157c5999979dc5ef409 (patch)
tree73ffdfd9ed8aabc75ea7f28be53202a5d7340904 /src
parent0b2ee73455bbfa4c5131c95f8b195d12d19ccb04 (diff)
downloadlibcxxrt-012f551c2b7f7236898c4157c5999979dc5ef409.tar.gz
libcxxrt-012f551c2b7f7236898c4157c5999979dc5ef409.tar.bz2
libcxxrt-012f551c2b7f7236898c4157c5999979dc5ef409.tar.xz
Unused include was removed
Diffstat (limited to 'src')
-rw-r--r--src/exception.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exception.cc b/src/exception.cc
index 5b2c011..6c12495 100644
--- a/src/exception.cc
+++ b/src/exception.cc
@@ -3,7 +3,6 @@
#include <stdio.h>
#include <string.h>
#include <pthread.h>
-#include <exception>
#include "typeinfo.h"
#include "dwarf_eh.h"