Removed old elfloader.h and replaced with the current code (previously in elfloader-tmp.h)

This commit is contained in:
adamdunkels 2006-12-18 12:11:15 +00:00
parent 70170b65b6
commit 5ab475498a
2 changed files with 4 additions and 4 deletions

View file

@ -28,12 +28,12 @@
*
* This file is part of the Contiki operating system.
*
* @(#)$Id: elfloader.c,v 1.2 2006/12/18 11:55:42 adamdunkels Exp $
* @(#)$Id: elfloader.c,v 1.3 2006/12/18 12:11:15 adamdunkels Exp $
*/
#include "contiki.h"
#include "loader/elfloader-tmp.h"
#include "loader/elfloader.h"
#include "loader/elfloader-arch.h"
#include "cfs/cfs.h"