diff options
| author | Patrick Venture <venture@google.com> | 2018-06-22 08:41:18 -0700 |
|---|---|---|
| committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-07-09 18:21:33 +0000 |
| commit | 2ea15b727333afe20ed6a14461016db4003cec17 (patch) | |
| tree | 8a9632b216dbe4a618a43bd7a27a7e08db5a054a | |
| parent | 261fe75318d8f3a98b165e1f5741e4a06b0fe814 (diff) | |
| download | sdbusplus-2ea15b727333afe20ed6a14461016db4003cec17.tar.gz sdbusplus-2ea15b727333afe20ed6a14461016db4003cec17.zip | |
sdbusplus/ sort headers
Change-Id: Ica77cc28ad21b06f00f15d2aecca400ead13a5f1
Signed-off-by: Patrick Venture <venture@google.com>
| -rw-r--r-- | sdbusplus/bus.hpp.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sdbusplus/bus.hpp.in b/sdbusplus/bus.hpp.in index 7be0b92..8417028 100644 --- a/sdbusplus/bus.hpp.in +++ b/sdbusplus/bus.hpp.in @@ -1,15 +1,15 @@ #pragma once #include <algorithm> -#include <memory> #include <climits> -#include <vector> -#include <string> -#include <systemd/sd-bus.h> -#include <systemd/sd-event.h> +#include <memory> #include <sdbusplus/exception.hpp> #include <sdbusplus/message.hpp> #include <sdbusplus/sdbus.hpp> +#include <string> +#include <systemd/sd-bus.h> +#include <systemd/sd-event.h> +#include <vector> namespace sdbusplus { |

