bintools/elftools/elftran/elf_imp.cpp
changeset 590 360bd6b35136
parent 0 044383f39525
equal deleted inserted replaced
588:c7c26511138f 590:360bd6b35136
    17 
    17 
    18 
    18 
    19 #include <stdlib.h>
    19 #include <stdlib.h>
    20 #include <string.h>
    20 #include <string.h>
    21 #include <e32std.h>
    21 #include <e32std.h>
    22 #include <h_utl.h>
    22 #include "h_utl.h"
    23 #include "e32ldfmt.h"
    23 #include "e32ldfmt.h"
    24 #include "elftran.h"
    24 #include "elftran.h"
    25 #include "elffile.h"
    25 #include "elffile.h"
    26 
    26 
    27 char* E32ImageFile_ELF::CreateImportSection(ELFFile& aElfFile, TInt& aSize)
    27 char* E32ImageFile_ELF::CreateImportSection(ELFFile& aElfFile, TInt& aSize)