diff options
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 | ||