#pragma once

#include <scpragma.h>

// Private nt headers.
//
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>

// Public windows headers.
//
#include <windows.h>
#include <svcs.h>

#include <objbase.h>
#include <regstr.h>

#include <stdio.h>

// Local headers which don't change
// and are included by all modules.
//
#include "scdebug.h"
#include "memory.h"
