Skip to content

Commit

Permalink
Clean up inclusion of extern.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsdz committed May 12, 2015
1 parent 7e76d5b commit 8bab68d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion buf.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <stdlib.h>
#include <string.h>

#include "extern.h"
#include "libkcaldav.h"

void
bufreset(struct buf *p)
Expand Down
2 changes: 1 addition & 1 deletion caldav.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#include <expat.h>

#include "extern.h"
#include "libkcaldav.h"

#define APPLENS "http://apple.com/ns/ical/:"
#define CALDAVNS "urn:ietf:params:xml:ns:caldav:"
Expand Down
2 changes: 1 addition & 1 deletion datetime.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include <string.h>
#include <unistd.h>

#include "extern.h"
#include "libkcaldav.h"

struct icaltmcmp {
unsigned long year; /* x-1900, x>=1970 */
Expand Down
2 changes: 1 addition & 1 deletion err.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <time.h>
#endif

#include "extern.h"
#include "libkcaldav.h"

void
kvdbg(const char *file, size_t line, const char *fmt, ...)
Expand Down
2 changes: 1 addition & 1 deletion ical.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <string.h>
#include <unistd.h>

#include "extern.h"
#include "libkcaldav.h"

/*
* This is a misnomer: it should be "icalcomponents".
Expand Down

0 comments on commit 8bab68d

Please sign in to comment.