Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
server/backend.c: Rearrange headers to be more like other files.
  • Loading branch information
rwmjones committed Dec 12, 2019
1 parent 8e22f1e commit a0715ed
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions server/backend.c
Expand Up @@ -32,12 +32,14 @@

#include <config.h>

#include <stdio.h>
#include <stdlib.h>
#include <inttypes.h>
#include <string.h>
#include <assert.h>
#include <ctype.h>

#include <dlfcn.h>
#include <inttypes.h>
#include <stdio.h>
#include <string.h>

#include "internal.h"
#include "minmax.h"
Expand Down

0 comments on commit a0715ed

Please sign in to comment.