all repos — fluxbox @ 1f61bca0a9e969d9e634696c73768a3880c36f4d

custom fork of the fluxbox windowmanager

minor cleaning
fluxgen fluxgen
commit

1f61bca0a9e969d9e634696c73768a3880c36f4d

parent

d479d3264ceb610e72b975bfcd1b8681887c5940

1 files changed, 7 insertions(+), 6 deletions(-)

jump to
M src/Workspacemenu.ccsrc/Workspacemenu.cc

@@ -21,7 +21,13 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Workspacemenu.cc,v 1.7 2002/05/07 14:05:00 fluxgen Exp $ +// $Id: Workspacemenu.cc,v 1.8 2002/08/14 22:57:55 fluxgen Exp $ + +#include "Workspacemenu.hh" + +#include "i18n.hh" +#include "Screen.hh" +#include "Workspace.hh" //use GNU extension #ifndef _GNU_SOURCE

@@ -32,11 +38,6 @@ #ifdef HAVE_CONFIG_H

#include "../config.h" #endif // HAVE_CONFIG_H -#include "Workspacemenu.hh" - -#include "i18n.hh" -#include "Screen.hh" -#include "Workspace.hh" #include <iostream> #include <cassert>