File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929#include <assert.h>
3030#include <sys/socket.h>
3131
32- #include < systemd/sd-daemon.h>
32+ #include " systemd/sd-daemon.h"
3333#include "pyutil.h"
3434#include "macro.h"
3535
Original file line number Diff line number Diff line change 2525#include "util.h"
2626
2727#define SD_JOURNAL_SUPPRESS_LOCATION
28- #include < systemd/sd-journal.h>
28+ #include " systemd/sd-journal.h"
2929
3030PyDoc_STRVAR (journal_sendv__doc__ ,
3131 "sendv('FIELD=value', 'FIELD=value', ...) -> None\n\n"
Original file line number Diff line number Diff line change 2525#include <time.h>
2626#include <stdio.h>
2727
28- #include < systemd/sd-journal.h>
28+ #include " systemd/sd-journal.h"
2929
3030#include "pyutil.h"
3131#include "macro.h"
Original file line number Diff line number Diff line change 2121
2222#include <Python.h>
2323
24- #include < systemd/sd-messages.h>
24+ #include " systemd/sd-messages.h"
2525
2626#include "pyutil.h"
2727#include "log.h"
You can’t perform that action at this time.
0 commit comments