Made sure every file includes common.h directly or indirectly.

Also made sure common.h is included before any system headers.
This commit is contained in:
crs
2003-02-12 19:38:39 +00:00
parent f0445295b5
commit 154a474289
9 changed files with 9 additions and 3 deletions

View File

@@ -15,6 +15,7 @@
#ifndef CSTRING_H
#define CSTRING_H
#include "common.h"
#include "stdstring.h"
// use standard C++ string class for our string class