basic: re-sort includes

My previous patch to only include what we use accidentially placed
the added inlcudes in non-sorted order.
This commit is contained in:
Thomas Hindoe Paaboel Andersen
2015-12-01 23:22:03 +01:00
parent c0f1f52317
commit 93cc7779e0
46 changed files with 64 additions and 64 deletions

View File

@@ -19,8 +19,8 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
#include "string-util.h"
#include "string-table.h"
#include "string-util.h"
ssize_t string_table_lookup(const char * const *table, size_t len, const char *key) {
size_t i;