diff options
author | fluxgen <fluxgen> | 2003-12-19 00:48:41 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-12-19 00:48:41 (GMT) |
commit | 3999aded8c6b7f4efa758750d031cf5ef283ce7d (patch) | |
tree | 48c1790b68ca909670fd48cfff67c6c0100283aa /src/Remember.cc | |
parent | 0c8e6164920107bc612015269a50aed17f0feeae (diff) | |
download | fluxbox_paul-3999aded8c6b7f4efa758750d031cf5ef283ce7d.zip fluxbox_paul-3999aded8c6b7f4efa758750d031cf5ef283ce7d.tar.bz2 |
cleaning
Diffstat (limited to 'src/Remember.cc')
-rw-r--r-- | src/Remember.cc | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/Remember.cc b/src/Remember.cc index 43647a0..fef995b 100644 --- a/src/Remember.cc +++ b/src/Remember.cc | |||
@@ -21,18 +21,21 @@ | |||
21 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 21 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
22 | // DEALINGS IN THE SOFTWARE. | 22 | // DEALINGS IN THE SOFTWARE. |
23 | 23 | ||
24 | // $Id: Remember.cc,v 1.32 2003/12/11 15:23:14 fluxgen Exp $ | 24 | // $Id: Remember.cc,v 1.33 2003/12/19 00:48:41 fluxgen Exp $ |
25 | 25 | ||
26 | #include "Remember.hh" | 26 | #include "Remember.hh" |
27 | #include "ClientPattern.hh" | 27 | #include "ClientPattern.hh" |
28 | #include "StringUtil.hh" | ||
29 | #include "Screen.hh" | 28 | #include "Screen.hh" |
30 | #include "Window.hh" | 29 | #include "Window.hh" |
31 | #include "WinClient.hh" | 30 | #include "WinClient.hh" |
32 | #include "FbMenu.hh" | 31 | #include "FbMenu.hh" |
33 | #include "MenuItem.hh" | ||
34 | #include "App.hh" | ||
35 | #include "FbCommands.hh" | 32 | #include "FbCommands.hh" |
33 | #include "fluxbox.hh" | ||
34 | |||
35 | #include "FbTk/StringUtil.hh" | ||
36 | #include "FbTk/MenuItem.hh" | ||
37 | #include "FbTk/App.hh" | ||
38 | |||
36 | 39 | ||
37 | #include <X11/Xlib.h> | 40 | #include <X11/Xlib.h> |
38 | 41 | ||