[Tracker] *-private.h files



Hi,

I was hacking a bit on the tracker source code and found several
*-private.h files

./tracker-applet/tracker-applet-private.h
./tracker-preferences/tracker-preferences-private.h
./tracker-preferences/tracker-configuration-private.h

These files only get included by their *.c counterpart.

Any reason why these *-private.h are not placed at the top of the
respective c file. That seems more logical to me, because
1) that's the way it's normally done
2) putting it at the top of the c files makes it really private (i.e.
there's no option to even include it in another file)
3) It's one file less to look into

If you agree than I can make the changes in SVN.

Jaap



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]