summaryrefslogtreecommitdiff
path: root/ext/dotnet/dotnet.cpp
diff options
context:
space:
mode:
authorDaniel Beulshausen <dbeu@php.net>2001-04-30 10:57:31 +0000
committerDaniel Beulshausen <dbeu@php.net>2001-04-30 10:57:31 +0000
commit9eaffbfcb0ca000370dec9c6e909e60c38a77d79 (patch)
treedf10714ad1fb21bffed744ad3ac4a70340669e65 /ext/dotnet/dotnet.cpp
parentcdbe5f50b090f4760e216d504034ab521d2fd611 (diff)
downloadphp-git-9eaffbfcb0ca000370dec9c6e909e60c38a77d79.tar.gz
make dotnet module build again & fix dsp ouput dir
Diffstat (limited to 'ext/dotnet/dotnet.cpp')
-rw-r--r--ext/dotnet/dotnet.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dotnet/dotnet.cpp b/ext/dotnet/dotnet.cpp
index 8ad7f6bc7c..fc9e2ef678 100644
--- a/ext/dotnet/dotnet.cpp
+++ b/ext/dotnet/dotnet.cpp
@@ -38,11 +38,11 @@ extern "C" { /* this should be included in the includes itself !! */
#include "php.h"
#include "ext/standard/info.h"
+#include "../com/conversion.h"
+#include "../com/php_COM.h"
}
-#include "../com/conversion.h"
-#include "../com/php_COM.h"
#include "Mscoree.h"
#include "mscorlib.h"