Re: [Freeciv-Dev] change includes
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Mon, 23 Nov 1998, Mitch Davis wrote:
> The first is a common source of confusion for people. In a
> nutshell, there is only one difference between the two, and
> you can verify it with gcc -v, if you're using gcc.
There are two other differences.
First, gcc -MM will make dependency information for just "" includes and skip
<> includes. This reduces the size of the dependencies greatly by removing
system header files.
Another difference is that it's convention to use <> for system header files
and "" for project header files.
|
|