mirror of
https://github.com/systemd/systemd.git
synced 2026-07-16 20:40:56 +00:00
tree-wide: sort includes
Sort the includes accoding to the new coding style.
This commit is contained in:
@@ -19,11 +19,11 @@
|
||||
along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
||||
***/
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "loopback-setup.h"
|
||||
#include "log.h"
|
||||
#include "loopback-setup.h"
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
int r;
|
||||
|
||||
Reference in New Issue
Block a user