From ee43b1fc9ee6e3d1d76ae54c7619dc3855e29625 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Mon, 30 Oct 2000 08:47:28 +0000 Subject: [PATCH] Moved dirent.h stuff to sbbswrap.h --- src/sbbs3/execmisc.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/sbbs3/execmisc.cpp b/src/sbbs3/execmisc.cpp index fabeb6bac9..3db2f8052e 100644 --- a/src/sbbs3/execmisc.cpp +++ b/src/sbbs3/execmisc.cpp @@ -39,16 +39,6 @@ #include "cmdshell.h" #include <sys/locking.h> -#ifdef _MSC_VER - -#include "msdirent.h" - -#else - -#include <dirent.h> /* POSIX directory functions */ - -#endif - int sbbs_t::exec_misc(csi_t *csi, char *path) { char str[512],buf[1025],ch,*p,**pp,**pp1,**pp2; -- GitLab