unify include guard defines, __$FILENAME__
without the underscores these clogged up the namespace for autocompleation which was annoying.
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef TRANSFORM_H
|
||||
#define TRANSFORM_H
|
||||
#ifndef __TRANSFORM_H__
|
||||
#define __TRANSFORM_H__
|
||||
|
||||
#include "ED_transform.h"
|
||||
#include "ED_numinput.h"
|
||||
|
||||
Reference in New Issue
Block a user