mirror of
https://github.com/systemd/systemd.git
synced 2026-07-22 15:30:54 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user