Cleaned up includes, they were a bit of a mess
This commit is contained in:
@@ -15,7 +15,15 @@
|
||||
along with Wofi. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <wofi.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <config.h>
|
||||
#include <wofi_api.h>
|
||||
|
||||
#include <pango/pango.h>
|
||||
|
||||
static const char* arg_names[] = {"parse_action", "separator", "print_line_num"};
|
||||
|
||||
|
11
modes/drun.c
11
modes/drun.c
@@ -15,8 +15,17 @@
|
||||
along with Wofi. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <wofi.h>
|
||||
#include <stdio.h>
|
||||
#include <libgen.h>
|
||||
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <map.h>
|
||||
#include <utils.h>
|
||||
#include <config.h>
|
||||
#include <wofi_api.h>
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <gio/gdesktopappinfo.h>
|
||||
|
||||
static const char* arg_names[] = {"print_command"};
|
||||
|
15
modes/run.c
15
modes/run.c
@@ -15,7 +15,20 @@
|
||||
along with Wofi. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <wofi.h>
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <dirent.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <utils.h>
|
||||
#include <config.h>
|
||||
#include <wofi_api.h>
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
static const char* arg_names[] = {"always_parse_args", "show_all"};
|
||||
|
||||
|
Reference in New Issue
Block a user