diff options
author | Rob Landley <rob@landley.net> | 2006-05-31 22:09:03 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-05-31 22:09:03 +0000 |
commit | b623a542dff149151c892344e2343a9e245275de (patch) | |
tree | 5170f214530005b5cb3ef2a89f0342bd8b9d1bda /editors | |
parent | 8abbee474c4eff45bdc2cacb59047f466e1d6ae1 (diff) | |
download | busybox-b623a542dff149151c892344e2343a9e245275de.tar.gz |
Header file cleanup. platform.h apparently needs to be included early on so it
can figure out what header files to include, and override stuff that comes
later. But applets shouldn't include platform.h directly, they should include
busybox.h or libbb.h. Since busybox.h already includes libbb.h, move libbb.h
to the top of busybox.h and platform.h near the top of libbb.h (right after
bbconfig.h, which is something platform.h also needs access to).
While we're at it, move some stuff from busybox.h to libbb.h so we have one
big file to audit/clean up/try to make sense of instead of many.
Diffstat (limited to 'editors')
0 files changed, 0 insertions, 0 deletions