Browse Source

Removed unneeded cmake-include in window.h

merge-requests/365/head
eidheim 10 years ago
parent
commit
701f22c4cb
  1. 1
      src/window.h

1
src/window.h

@ -4,7 +4,6 @@
#include <gtkmm.h> #include <gtkmm.h>
#include "entrybox.h" #include "entrybox.h"
#include "notebook.h" #include "notebook.h"
#include "cmake.h"
#include "project.h" #include "project.h"
#include <atomic> #include <atomic>

Loading…
Cancel
Save