~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/algorithm/sha1.h

  • Committer: Brian Aker
  • Date: 2011-03-14 05:40:28 UTC
  • Revision ID: brian@tangent.org-20110314054028-jhey35e5la4nfl4w
Mass removal of ifdef/endif in favor of pragma once.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * @brief SHA1 Declarations
8
8
 */
9
9
 
10
 
#ifndef DRIZZLED_ALGORITHM_SHA1_H
11
 
#define DRIZZLED_ALGORITHM_SHA1_H
 
10
#pragma once
12
11
 
13
12
#include <stdint.h>
14
13
#include <sys/types.h>
57
56
 
58
57
} /* namespace drizzled */
59
58
 
60
 
#endif /* DRIZZLED_ALGORITHM_SHA1_H */