Skip to content

Commit

Permalink
Try To Fix CI Error
Browse files Browse the repository at this point in the history
  • Loading branch information
pegvin committed Feb 24, 2024
1 parent bc051da commit 9e5c657
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/recorder.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#define _XOPEN_SOURCE 600

#include "xwrap.h"
#include "main.h"
#include "writer.h"
#include "terminal.h"
#include "recorder.h"

#include <ctype.h>
#include <assert.h>
#include <string.h>
Expand All @@ -9,12 +15,6 @@
// For PATH_MAX
#include <limits.h>

#include "main.h"
#include "writer.h"
#include "xwrap.h"
#include "terminal.h"
#include "recorder.h"

#include "utf8.h"

void SetupSignalHandlers(void); // In signals.c
Expand Down

0 comments on commit 9e5c657

Please sign in to comment.