aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/custom/wildcard/envelope.cxx
blob: bec57a381326effc6e1f30b64e35d07502cbad18 (plain)
1
2
3
4
5
6
7
8
9
10
11
// file      : examples/cxx/hybrid/custom/wildcard/envelope.cxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain

// Include email.hxx (which includes envelope.hxx) instead of envelope.hxx.
//
#include "email.hxx"

namespace email
{
}