mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 09:30:30 -04:00
PR: 205225 Submitted by: Ports Fury Approved by: mat (mentor) Differential Revision: D4615
14 lines
401 B
C++
14 lines
401 B
C++
--- src/SourceUpdates/AnchorUpdates.cpp.orig 2015-11-04 13:52:16 UTC
|
|
+++ src/SourceUpdates/AnchorUpdates.cpp
|
|
@@ -19,10 +19,10 @@
|
|
**
|
|
*************************************************************************/
|
|
|
|
+#include "Misc/EmbeddedPython.h"
|
|
#include <memory>
|
|
#include <functional>
|
|
|
|
-#include "Misc/EmbeddedPython.h"
|
|
#include <QtCore/QtCore>
|
|
#include <QtCore/QString>
|
|
#include <QtCore/QHash>
|