Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/editors/fxite/files/patch-src_appwin.cpp
16461 views
1
--- src/appwin.cpp.orig 2013-10-03 09:22:51 UTC
2
+++ src/appwin.cpp
3
@@ -20,6 +20,7 @@
4
#include <fx.h>
5
#include <fxkeys.h>
6
7
+#include "compat.h"
8
#include "scidoc.h"
9
#include "doctabs.h"
10
#include "search.h"
11
@@ -36,7 +37,6 @@
12
#include "statusbar.h"
13
#include "scidoc_util.h"
14
#include "foreachtab.h"
15
-#include "compat.h"
16
17
#include "intl.h"
18
#include "appwin.h"
19
20