Fix header guards.

This was ready about the same time as r251862 so just make one final cleanup

Submitted by:	dt71@gmx.com
This commit is contained in:
Eitan Adler 2013-06-17 20:15:39 +00:00
parent 77b2b60dcf
commit 702a1889cc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251863

View File

@ -27,8 +27,8 @@
* SUCH DAMAGE.
*/
#if !defined(__VSORT_H__)
#define __VSORT_H__
#ifndef _VSORT_H_
#define _VSORT_H_
#include "bwstring.h"