Subversion Repositories HelenOS

Rev

Rev 3284 | Rev 3346 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3284 Rev 3301
Line 159... Line 159...
159
 * replacing this header in its entirety. */
159
 * replacing this header in its entirety. */
160
 
160
 
161
#include <stdio.h>
161
#include <stdio.h>
162
#include <stdlib.h>
162
#include <stdlib.h>
163
#include "config.h"
163
#include "config.h"
-
 
164
#include "util.h"
164
#include "errors.h"
165
#include "errors.h"
165
#include "entry.h"
166
#include "entry.h"
166
#include "${CMDNAME}.h"
167
#include "${CMDNAME}.h"
167
#include "cmds.h"
168
#include "cmds.h"
168
 
169