NeverEnding #31
Clean the #include block
Status: | New | Start date: | 09/03/2008 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | sfb | % Done: | 0% |
|
Category: | - | |||
Target version: | - |
Description
All include must be in the same block and in order:
0. stdpch is needed
1. system includes
2. nel includes, sorted by libraries
For example
#include "stdpch.h"
#include <stdio.h>
#include "nel/net/a.h"
#include "nel/3d/b.h"
#include "nel/3d/c.h"
History
#3 Updated by titegus almost 10 years ago
- File clean_include_logic.patch added
done in logic project
#4 Updated by sfb over 9 years ago
- Category set to Misc
- Assignee set to sfb
- Target version set to 0.8.0
#5 Updated by kervala almost 8 years ago
- Project changed from NeL to Ryzom
- Category deleted (
Misc) - Target version deleted (
0.8.0)