mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-01-11 10:16:37 +01:00
Use consistent include formatting.
This commit is contained in:
@@ -28,11 +28,11 @@
|
|||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <atom.h>
|
#include "atom.h"
|
||||||
#include <atomport-private.h>
|
#include "atomport-private.h"
|
||||||
#include <atomport.h>
|
#include "atomport.h"
|
||||||
#include <atomport-asm-macros.h>
|
#include "atomport-asm-macros.h"
|
||||||
#include <string.h>
|
#include "string.h"
|
||||||
|
|
||||||
|
|
||||||
/* Used for managing nesting of atomport.h critical sections */
|
/* Used for managing nesting of atomport.h critical sections */
|
||||||
|
|||||||
Reference in New Issue
Block a user