~ubuntu-branches/ubuntu/vivid/luminance-hdr/vivid-proposed

« back to all changes in this revision

Viewing changes to src/Libpfs/tag.h

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler
  • Date: 2012-11-03 09:09:25 UTC
  • mfrom: (3.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20121103090925-6b12x4a4cpqd3u4q
Tags: 2.3.0-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 * @author Davide Anastasia <davideanastasia@users.sourceforge.net>
26
26
 */
27
27
 
28
 
#ifndef __PFS_TAG_H__
29
 
#define __PFS_TAG_H__
 
28
#ifndef PFS_TAG_H
 
29
#define PFS_TAG_H
30
30
 
31
31
#include <list>
32
32
#include <string>
177
177
 
178
178
}
179
179
 
180
 
#endif // __PFS_TAG_H__
 
180
#endif // PFS_TAG_H
181
181
 
182
182