]> git.sesse.net Git - vlc/blobdiff - include/vlc_arrays.h
Headers: use non-reserved identifiers for multi-inclusion protection
[vlc] / include / vlc_arrays.h
index 7ac9290e3183ddf36ce366705a8ca9b7c8f102a0..a95bc2388459ac0c5f28841d968d76606a536783 100644 (file)
@@ -21,8 +21,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/
 
-#ifndef _VLC_ARRAYS_H_
-#define _VLC_ARRAYS_H_
+#ifndef VLC_ARRAYS_H_
+#define VLC_ARRAYS_H_
 
 /**
  * Simple dynamic array handling. Array is realloced at each insert/removal