X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fsubsystems%2Fwin32%2Fcsrsrv%2Fsrv.h;h=d99c963347903f7738ddf9b0e08f8740fcb1cf71;hp=1bf21bb981cbdee15a64b43312a5c4902cf9906b;hb=d6e07f60b4d010c067b21be57cd4b171f0c0f553;hpb=67a66904b5fb390713a0b7c2651e5da02c2760f0 diff --git a/reactos/subsystems/win32/csrsrv/srv.h b/reactos/subsystems/win32/csrsrv/srv.h index 1bf21bb981c..d99c9633479 100644 --- a/reactos/subsystems/win32/csrsrv/srv.h +++ b/reactos/subsystems/win32/csrsrv/srv.h @@ -15,19 +15,15 @@ #define WIN32_NO_STATUS #include #include -#include -#include // For EWX_FORCE #define NTOS_MODE_USER #include #include #include -#include #include #include -#include -//#include -#include #include +#include +#include /* CSR Header */ #include @@ -36,7 +32,6 @@ #include /* Subsystem Manager Header */ -#include #include /* Internal CSRSS Header */ @@ -58,6 +53,4 @@ #define InterlockedIncrementUL(Value) _InterlockedIncrement((PLONG)Value) #define InterlockedDecrementUL(Value) _InterlockedDecrement((PLONG)Value) -#endif // _SRV_H - -/* EOF */ +#endif /* _SRV_H */