Changeset 518 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/include
- Timestamp:
- May 1, 2008, 12:49:18 PM (17 years ago)
- Location:
- trunk/ab5.0/abdev/BasicCompiler_Common/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/include/Delegate.h
r449 r518 1 1 #pragma once 2 2 3 #include <Hashmap.h>4 3 #include <Procedure.h> 5 4 -
trunk/ab5.0/abdev/BasicCompiler_Common/include/Procedure.h
r511 r518 1 1 #pragma once 2 2 3 #include <Hashmap.h>4 3 #include <option.h> 5 4 #include <Program.h>
Note:
See TracChangeset
for help on using the changeset viewer.