all repos — openbox @ fc792813a24d22330b49eda8b3ef7054eadf20d3

openbox fork - make it a bit more like ryudo

including wrong
Dana Jansens danakj@orodu.net
commit

fc792813a24d22330b49eda8b3ef7054eadf20d3

parent

4c03637fd1cd5273a030abe38dfffa65c67fd420

2 files changed, 2 insertions(+), 1 deletions(-)

jump to
M util/epist/epist.ccutil/epist/epist.cc

@@ -50,6 +50,7 @@ using std::cout;

using std::endl; using std::string; +#include "actions.hh" #include "epist.hh" #include "screen.hh" #include "window.hh"
M util/epist/epist.hhutil/epist/epist.hh

@@ -30,7 +30,7 @@

#include <string> #include <map> -#include <actions.hh> +#include "actions.hh" #include "../../src/BaseDisplay.hh"