fixed type of inclusion used

This commit is contained in:
Jeff Hill
2000-10-12 18:45:27 +00:00
parent d1e3683277
commit 15e9d69a66
2 changed files with 4 additions and 4 deletions

View File

@@ -57,8 +57,8 @@
//
//
#include <iocinf.h>
#include <comBuf_IL.h>
#include "iocinf.h"
#include "comBuf_IL.h"
tsFreeList < class comBuf, 0x20 > comBuf::freeList;