linter
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
#include "shutdown.hpp"
|
||||
|
||||
#include <array>
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <sys/types.h> // Para pid_t
|
||||
|
||||
#include <cstdlib> // Para WEXITSTATUS
|
||||
#include <iostream> // Para char_traits, basic_ostream, operator<<, cerr
|
||||
#include <vector> // Para vector
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <string>
|
||||
#include <sys/wait.h> // Para waitpid
|
||||
#include <unistd.h> // Para _exit, execvp, fork
|
||||
#endif
|
||||
|
||||
namespace SystemShutdown {
|
||||
|
||||
Reference in New Issue
Block a user