You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2011/05/12 16:02:13 UTC

svn commit: r1102313 - /commons/sandbox/runtime/trunk/src/main/native/os/unix/exec.c

Author: mturk
Date: Thu May 12 14:02:13 2011
New Revision: 1102313

URL: http://svn.apache.org/viewvc?rev=1102313&view=rev
Log:
Axe removed include

Modified:
    commons/sandbox/runtime/trunk/src/main/native/os/unix/exec.c

Modified: commons/sandbox/runtime/trunk/src/main/native/os/unix/exec.c
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/os/unix/exec.c?rev=1102313&r1=1102312&r2=1102313&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/os/unix/exec.c (original)
+++ commons/sandbox/runtime/trunk/src/main/native/os/unix/exec.c Thu May 12 14:02:13 2011
@@ -16,7 +16,6 @@
 
 #include "acr/error.h"
 #include "acr/clazz.h"
-#include "acr/bais.h"
 #include "acr/iodefs.h"
 #include "acr/port.h"
 #include "acr/sbuf.h"