22 lines
502 B
C++
22 lines
502 B
C++
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1992 - 1996.
|
|
//
|
|
// File: headers.cxx
|
|
//
|
|
// Contents: Frequently used headers
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#include <memory.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
#include "../../h/storage.h"
|
|
#include "drt.hxx"
|
|
#include "wrap.hxx"
|
|
#include "util.hxx"
|
|
#include "strlist.hxx"
|