From kde-commits Mon Jul 31 22:29:21 2006 From: Dirk Mueller Date: Mon, 31 Jul 2006 22:29:21 +0000 To: kde-commits Subject: Re: KDE/kdepimlibs/kldap Message-Id: <200608010029.22530.mueller () kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=115438498026202 On Monday, 31. July 2006 23:41, Allen Winter wrote: > Yeah. I just like the "xxx.h" better for headers that are in the same > directory as the source. The angle brackets to me indicate "look > in an installed place". And that seems like a strange thing to do > when the header you need is sitting right there in the same dir. Well, I prefer the other style because usually people do copy&paste and they will probably wonder why their #include copied from some installed header doesn't work when they copied it into their source. Anyway, just a very minor thing. Dirk