cosmetic fixes, no code changed
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 3 Apr 2010 13:39:47 +0000 (15:39 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 3 Apr 2010 13:39:47 +0000 (15:39 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/print_flags.c
util-linux/lspci.c
util-linux/lsusb.c

index afa755031e73ecf9354c129466c2e30c9b31cb49..9639dc6f3e3373edb6f2327b65eeda4d926cb602 100644 (file)
@@ -5,8 +5,7 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */
-
-#include <libbb.h>
+#include "libbb.h"
 
 /* returns a set with the flags not printed */
 int FAST_FUNC print_flags_separated(const int *masks, const char *labels, int flags, const char *separator)
index 752d4f5cd0cf73f8e1a0a4195d20c5fd182143f2..514c3a4e0e8566a7e66ff73187fe9cbe184d71dd 100644 (file)
@@ -1,12 +1,12 @@
 /* vi: set sw=4 ts=4: */
 /*
-* lspci implementation for busybox
-*
-* Copyright (C) 2009  Malek Degachi <malek-degachi@laposte.net>
-*
-* Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
-*/
-#include <libbb.h>
+ * lspci implementation for busybox
+ *
+ * Copyright (C) 2009  Malek Degachi <malek-degachi@laposte.net>
+ *
+ * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
+ */
+#include "libbb.h"
 
 enum {
        OPT_m = (1 << 0),
index c15b8cac3834c14a5125b38958201bfb755d1f1c..23b03495f6b475649f0ba60b4413b45d3360023e 100644 (file)
@@ -1,12 +1,12 @@
 /* vi: set sw=4 ts=4: */
 /*
-* lspci implementation for busybox
-*
-* Copyright (C) 2009  Malek Degachi <malek-degachi@laposte.net>
-*
-* Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
-*/
-#include <libbb.h>
+ * lsusb implementation for busybox
+ *
+ * Copyright (C) 2009  Malek Degachi <malek-degachi@laposte.net>
+ *
+ * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
+ */
+#include "libbb.h"
 
 static int FAST_FUNC fileAction(
                const char *fileName,