remove some dead code
This commit is contained in:
@ -23,9 +23,11 @@
|
||||
#include <config.h>
|
||||
#endif /*HAVE_CONFIG_H*/
|
||||
|
||||
#include "mu-util.h"
|
||||
#define _XOPEN_SOURCE 500
|
||||
#ifndef _XOPEN_SOURCE
|
||||
#define _XOPEN_SOURCE (500)
|
||||
#endif /*_XOPEN_SOURCE*/
|
||||
|
||||
#include "mu-util.h"
|
||||
#ifdef HAVE_WORDEXP_H
|
||||
#include <wordexp.h> /* for shell-style globbing */
|
||||
#endif /*HAVE_WORDEXP_H*/
|
||||
|
||||
Reference in New Issue
Block a user