summaryrefslogtreecommitdiffstats
path: root/out.h
diff options
context:
space:
mode:
Diffstat (limited to 'out.h')
-rw-r--r--out.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/out.h b/out.h
index f5cb962a..8a692717 100644
--- a/out.h
+++ b/out.h
@@ -14,8 +14,6 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#ifndef OUT_H
-#define OUT_H
enum roffscale {
SCALE_CM, /* centimeters (c) */
@@ -69,5 +67,3 @@ void tblcalc(struct rofftbl *tbl,
const struct tbl_span *, size_t);
__END_DECLS
-
-#endif /*!OUT_H*/