diff options
author | Slava Semushin <php-coder@altlinux.ru> | 2009-03-03 10:00:59 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2009-03-04 20:52:28 (GMT) |
commit | dfa360e8905509e3e19db4279fc4066e52014676 (patch) | |
tree | 7dc70a22890ffa8448105740689fe2beb49a2466 /src | |
parent | 5532aca9169728a459fedac1b18aae73dc9c1d37 (diff) | |
download | fluxbox_lack-dfa360e8905509e3e19db4279fc4066e52014676.zip fluxbox_lack-dfa360e8905509e3e19db4279fc4066e52014676.tar.bz2 |
src/TextDialog.cc: removed useless stdexcept header inclusion.
No functional change.
Signed-off-by: Slava Semushin <php-coder@altlinux.ru>
Diffstat (limited to 'src')
-rw-r--r-- | src/TextDialog.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/TextDialog.cc b/src/TextDialog.cc index 7f95c13..17f5f37 100644 --- a/src/TextDialog.cc +++ b/src/TextDialog.cc | |||
@@ -33,7 +33,6 @@ | |||
33 | #include <X11/Xutil.h> | 33 | #include <X11/Xutil.h> |
34 | 34 | ||
35 | #include <memory> | 35 | #include <memory> |
36 | #include <stdexcept> | ||
37 | 36 | ||
38 | using std::string; | 37 | using std::string; |
39 | 38 | ||