[PATCH btbridge v2 1/8] Sort headers
OpenBMC Patches
openbmc-patches at stwcx.xyz
Mon Nov 23 21:10:00 AEDT 2015
From: Joel Stanley <joel at jms.id.au>
Signed-off-by: Joel Stanley <joel at jms.id.au>
---
btbridged.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/btbridged.c b/btbridged.c
index d1de79f..7a094a4 100644
--- a/btbridged.c
+++ b/btbridged.c
@@ -13,22 +13,22 @@
* limitations under the License.
*/
+#include <assert.h>
#include <errno.h>
+#include <fcntl.h>
+#include <getopt.h>
+#include <limits.h>
+#include <poll.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <fcntl.h>
-#include <unistd.h>
-#include <sys/stat.h>
+#include <syslog.h>
#include <sys/mman.h>
+#include <sys/stat.h>
#include <sys/timerfd.h>
-#include <syslog.h>
-#include <poll.h>
-#include <limits.h>
-#include <getopt.h>
#include <time.h>
-#include <assert.h>
+#include <unistd.h>
#include <linux/bt-host.h>
--
2.6.3
More information about the openbmc
mailing list