openbsd-ports/devel/rapidsvn/patches/patch-src_resolve_action_cpp
steven fe24418f81 let this build with wxWidgets 2.8 as well
patches from the rapidsvn repository

ok maintainer
2007-10-08 20:38:17 +00:00

19 lines
450 B
Plaintext

$OpenBSD: patch-src_resolve_action_cpp,v 1.1 2007/10/08 20:38:17 steven Exp $
--- src/resolve_action.cpp.orig Fri Dec 8 18:47:07 2006
+++ src/resolve_action.cpp Mon Oct 8 13:01:47 2007
@@ -23,11 +23,11 @@
* ====================================================================
*/
-// svncpp
-#include "svncpp/client.hpp"
-
// wxWidgets
#include "wx/intl.h"
+
+// svncpp
+#include "svncpp/client.hpp"
// app
#include "resolve_action.hpp"