diff options
author | Lucas De Marchi <lucas.de.marchi@gmail.com> | 2012-12-05 09:22:54 -0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-12-05 17:23:04 +0200 |
commit | 5714b14bce07245141e165c4c034b774bc570fba (patch) | |
tree | e90ce00ae81b82fc810fe1e5e8152db54a7efe88 /attrib/interactive.c | |
parent | 49b56120427efbfab3e8e67aadf33899c769ff36 (diff) | |
download | bluez-5714b14bce07245141e165c4c034b774bc570fba.tar.gz |
Reorder btio.h includes
Let "#include <btio/btio.h>" together with other includes using '<'
rather than '"'.
Diffstat (limited to 'attrib/interactive.c')
-rw-r--r-- | attrib/interactive.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/attrib/interactive.c b/attrib/interactive.c index 940cd5084..50f7e44f9 100644 --- a/attrib/interactive.c +++ b/attrib/interactive.c @@ -31,8 +31,8 @@ #include <readline/readline.h> #include <readline/history.h> -#include "att.h" #include <btio/btio.h> +#include "att.h" #include "gattrib.h" #include "gatt.h" #include "gatttool.h" |