Skip to content

Commit

Permalink
lint error
Browse files Browse the repository at this point in the history
Change-Id: Id10dfba5cac35ae5dcf74b2b0574d19d8ab824c4
  • Loading branch information
madhurajayaraman committed Sep 24, 2024
1 parent 05c7ba9 commit 065ebd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starboard/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
#ifndef STARBOARD_TYPES_H_
#define STARBOARD_TYPES_H_

#include "starboard/configuration.h"

// The C library used must provide these headers to be standard conforming.

#include <float.h>
Expand All @@ -39,6 +37,8 @@
#include <sys/types.h>
#endif // SB_HAS(SYS_TYPES_H)

#include "starboard/configuration.h"

#ifdef __cplusplus
extern "C" {
#endif
Expand Down

0 comments on commit 065ebd0

Please sign in to comment.