diff options
author | Tor Lillqvist <tml@novell.com> | 2005-12-18 02:47:10 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-12-18 02:47:10 +0800 |
commit | 9773a8fc55126a52307bc2197b00f76490ef0fe4 (patch) | |
tree | 1f2698ee1d34629fa7feac36485bae94ee9c4157 /plugins | |
parent | 2d132354735010e3e97270463f7eb52194e285e8 (diff) | |
download | gsoc2013-evolution-9773a8fc55126a52307bc2197b00f76490ef0fe4.tar.gz gsoc2013-evolution-9773a8fc55126a52307bc2197b00f76490ef0fe4.tar.zst gsoc2013-evolution-9773a8fc55126a52307bc2197b00f76490ef0fe4.zip |
Drop unused inclusion of <dirent.h>.
2005-12-17 Tor Lillqvist <tml@novell.com>
* mono-plugin.c: Drop unused inclusion of <dirent.h>.
svn path=/trunk/; revision=30846
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mono/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/mono/mono-plugin.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/plugins/mono/ChangeLog b/plugins/mono/ChangeLog index 834f08b709..3c3b66bb48 100644 --- a/plugins/mono/ChangeLog +++ b/plugins/mono/ChangeLog @@ -1,3 +1,7 @@ +2005-12-17 Tor Lillqvist <tml@novell.com> + + * mono-plugin.c: Drop unused inclusion of <dirent.h>. + 2005-08-19 Not Zed <NotZed@Ximian.com> ** See #308117. diff --git a/plugins/mono/mono-plugin.c b/plugins/mono/mono-plugin.c index d09b8326b0..a377d0aa34 100644 --- a/plugins/mono/mono-plugin.c +++ b/plugins/mono/mono-plugin.c @@ -1,6 +1,5 @@ #include <sys/types.h> -#include <dirent.h> #include <string.h> #include "mono-plugin.h" |