Skip to content
Snippets Groups Projects
Commit 0a3eb910 authored by deuce's avatar deuce
Browse files

Use "" for includes in the same dir.

parent ebd131ca
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,10 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <gen_defs.h>
#include <sockwrap.h>
#include <dirwrap.h>
#include <multisock.h>
#include "gen_defs.h"
#include "sockwrap.h"
#include "dirwrap.h"
#include "multisock.h"
#include <stdarg.h>
struct xpms_set *xpms_create(unsigned int retries, unsigned int wait_secs,
......
......@@ -2,7 +2,7 @@
#define MULTISOCK_H
#include <limits.h>
#include <str_list.h>
#include "str_list.h"
struct xpms_sockdef
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment