Skip to content

Commit ede2bd8

Browse files
committed
fdsdump: main - remove unused include, use EXIT_SUCCESS instead of 0
1 parent 4b687e0 commit ede2bd8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tools/fdsdump/src/main.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

22
#include <cstdlib>
33
#include <iostream>
4-
#include <vector>
54
#include <unistd.h>
65

76
#include <libfds.h>
@@ -41,5 +40,5 @@ main(int argc, char *argv[])
4140
return EXIT_FAILURE;
4241
}
4342

44-
return 0;
43+
return EXIT_SUCCESS;
4544
}

0 commit comments

Comments
 (0)