diff options
author | mathias <mathias> | 2006-10-30 19:31:15 (GMT) |
---|---|---|
committer | mathias <mathias> | 2006-10-30 19:31:15 (GMT) |
commit | e5e76e7761f52ba7c0deca75bcecae4fbd3e2ff5 (patch) | |
tree | c84838a84802805e9b1463045e86200b7cef917f /util/fbrun/FbRun.cc | |
parent | 426c12c25c2ef095a882619ad7424684b88465b8 (diff) | |
download | fluxbox-e5e76e7761f52ba7c0deca75bcecae4fbd3e2ff5.zip fluxbox-e5e76e7761f52ba7c0deca75bcecae4fbd3e2ff5.tar.bz2 |
Cosmetic patch from Slava Semushin
Diffstat (limited to 'util/fbrun/FbRun.cc')
-rw-r--r-- | util/fbrun/FbRun.cc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/util/fbrun/FbRun.cc b/util/fbrun/FbRun.cc index c175e67..7797f76 100644 --- a/util/fbrun/FbRun.cc +++ b/util/fbrun/FbRun.cc | |||
@@ -49,7 +49,13 @@ | |||
49 | #include <fstream> | 49 | #include <fstream> |
50 | #include <algorithm> | 50 | #include <algorithm> |
51 | 51 | ||
52 | using namespace std; | 52 | using std::cerr; |
53 | using std::endl; | ||
54 | using std::string; | ||
55 | using std::fstream; | ||
56 | using std::ifstream; | ||
57 | using std::ofstream; | ||
58 | using std::ios; | ||
53 | 59 | ||
54 | FbRun::FbRun(int x, int y, size_t width): | 60 | FbRun::FbRun(int x, int y, size_t width): |
55 | FbTk::TextBox(DefaultScreen(FbTk::App::instance()->display()), | 61 | FbTk::TextBox(DefaultScreen(FbTk::App::instance()->display()), |